mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Suppress alias and libexec/ commands for _GO_STANDALONE scripts #188

Open mbland opened 7 years ago

mbland commented 7 years ago

While the command alias and libexec/ commands are useful for project management scripts, they may collide with _GO_STANDALONE script commands (e.g. edit) and generally clutter the interface. Hence, we should suppress the for _GO_STANDALONE scripts.

The libexec/help command should still work as usual, however.