kvz / bash3boilerplate

Templates to write better Bash scripts
http://bash3boilerplate.sh
MIT License
2.13k stars 199 forks source link

Add || true to fix __invocation with no arguments #102

Closed gdevenyi closed 6 years ago

gdevenyi commented 6 years ago

Fixes #101 which should read "example.sh no longer prints out help when run with no arguments"

kvz commented 6 years ago

Excellent, thanks Gabriel!