go-script-bash icon indicating copy to clipboard operation
go-script-bash copied to clipboard

Suppress alias and libexec/ commands for _GO_STANDALONE scripts

Open mbland opened this issue 8 years ago • 0 comments

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.

mbland avatar Aug 28 '17 18:08 mbland