Skip to main content

25 docs tagged with "Command"

View All Tags

arguments

unnamed parameters passed to a command

autoHelp

toggle for automated `--help` flag

Creating a CLI

The goal of this guide is to show you how to use the Command library's basic functionality.

Creating Commands

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.

description

friendly text description of the Command for use in the Command's help section

Examples

Examples of using the Command class

flags

boolean parameters passed to command

name

unique name/identifier

name

unique name/identifier

options

named parameters passed to command

prompts

prompt-based questions to ask the user

prompts

prompt-based questions to ask the user

Roadmap

Potential features for future releases

silent

toggle for silent command execution

transform

plugins to transform command arguments

Usage

How to use the Command class

version

semver version of the command or utility