Color the text blue
Color the text bold
Color the text red
Color the text red
Programmatic interface for the CLI. Mostly used for unit testing
Command-line argument strings
A promise resolving to the command action's return value
Run the command-line interface, console.log the result, and
process.exit
Command-line arguments to be parsed and passed into the
command action. Defaults to process.argv.slice(2)
in Node.js.
A promise resolving to the command's exit code
Split a command line into args and call this Cli
's run
method
This method is used to implement the pseudo-shell on the @carnesen/cli website and will form the basis of a future REPL feature
A command line
A promise resolving to the command's exit code
Factory for CClis
The "root" of this CLI's command tree. See also CCliCommandGroup.
Advanced options for configuring the CLI
A @carnesen/cli command-line interface (CLI)