go-script-bash
go-script-bash copied to clipboard
Suppress alias and libexec/ commands for _GO_STANDALONE scripts
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.