package
1.1.0
Repository: https://github.com/escanbe/go-lib.git
Documentation: pkg.go.dev

# Functions

DisableCommands disables a specific or a list of command.
GetCommandInfo returns original command with associated alias, description, argument description if the command was registered.
GetRegisteredCommands returns a list of registered commands.
IsCommandDisabled returns true of the command (or alias) was disabled.
IsSupportCommand returns true if the command (or alias) was registered.
RegisterCommand performs registration the command with associated alias, description and argument description.
TranslateCommandIfAlias returns original full-sized command if the input command is an alias.