Append optional base profile to profile type array for all command definitions that have profiles associated.
An array of all resolved command definitions
Combine all of the command definitions supplied explicitly in the cmdDefs parameter and those command definitions discovered by resolving the supplied cmdModuleGlobs.
the directory that any childrenModuleGlobs are relative to
An array of already-resolved definitions
list of globs that match definition files
Specifies whether to add optional base profile to command definitions
Get a fully constructed tree of command definitions from everything the CLI developer has specified
Description to use for the root command (when
the display name for the product/CLI
the directory that any childrenModuleGlobs are relative to
a logger instance to be used (e.g. a console logger) for errors
already loaded definitions that have been passed by the user
list of globs that match definition files
Specifies whether to add optional base profile to command definitions
Generated using TypeDoc
Combines a root command definition with an array of command definition trees into a full tree with the command definitions as children of the root command For Imperative internal use