dthree / dthree/cash

Add support for $? variable

Open
#52 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.7k
Forks
198
PR merge metrics
No merged PRs in 30d

Description

This would be useful for viewing the return status of functions.

Ex:

``` Bash
bash $ true
bash $ echo $?
0
bash $ false
bash $ echo $?
1
bash $ git status # assuming this isn't a git repo
fatal: Not a git repository (or any of the parent directories): .git
bash $ echo $?
128
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.