action
command action
command action
unnamed parameters passed to a command
toggle for automated `--help` flag
toggle for automated `--version` flag
Command/subcommand name
List of properties available to a Command
The goal of this guide is to show you how to use the Command library's basic functionality.
The goal of this guide is to show you how to use the Command library's basic functionality. A more comprehensive guide on creating a full CLI using @panda/command can be found in the Creating a CLI Guide.
friendly text description of the Command for use in the Command's help section
Examples of using the Command class
boolean parameters passed to command
How to install and setup the Command class
unique name/identifier
unique name/identifier
named parameters passed to command
What is a Command?
prompt-based questions to ask the user
prompt-based questions to ask the user
plugins to create new types of prompts
Potential features for future releases
toggle for silent command execution
commands that are part of a parent command
plugins to transform command arguments
How to use the Command class
semver version of the command or utility