You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support for bash native flags e,o,x (#44)
* added support for bash native flags e,o,x
* restore values when script finishes or after error
* restore values at any exit case
Fix calling with only flag argument yielidng "Empty argument" (#36)
Hi there,
Doing something like `example.sh -hp` before this PR would yield
```
[ERROR] Empty argument "happy"
Usage: <...>
```
This small addition should fix this behavior. I don't know this script all that well, but I ran the tests and they all seemed to pass. I would still like to ask for a review of this, as I'm not sure if I'm breaking crucial program logic here and just not seeing it 😅
Thanks for creating this awesome script :)
Cheers!