# Functions
GetDefaultCmdArgs returns all arguments from the command line to external module that come after the command name.
GetExternalModuleDescription calls external module with the --help flag and returns an output.
GetExternalModuleHelp calls external module with the --help flag and returns an output.
GetModulesInfo collects information about available modules (both external and internal).
RunCmd launches the required module.
RunExec exec command with the supplied arguments.
# Structs
ModuleInfo stores information about Tarantool CLI module.
# Type aliases
InternalFunc is a type of function that implements the external behavior of the module.
ModulesInfo stores information about all CLI modules.