Skip to content

Tags: unfor19/bargs

Tags

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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!

v.1.1.4

Toggle v.1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/bash shebang (#31)

* use recommended shebang

* easy copy of code snippets

* updated alpine version

v1.1.3

Toggle v1.1.3's commit message
fixed getting the exact env var name

v1.1.2

Toggle v1.1.2's commit message
support ctrl+c

v1.1.1

Toggle v1.1.1's commit message
Updated by GitHub Actions

v1.1.0

Toggle v1.1.0's commit message
Updated by GitHub Actions

v1.0.14

Toggle v1.0.14's commit message
use env var only if not empty

v1.0.13

Toggle v1.0.13's commit message
Updated by GitHub Actions

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from unfor19/add-shellcheck

Add shellcheck