name: command-name
Brief description of the command's purpose.
/command-name [options] [arguments]
/command-name
│
├── Step 1: [Action]
│ └── [Details]
│
├── Step 2: [Action]
│ └── [Details]
│
└── Step 3: [Action]
└── [Details]
[Detailed instructions for this step]
[Detailed instructions for this step]
[Detailed instructions for this step]
| Flag | Description | Default |
|---|---|---|
--flag1 |
Description | value |
--flag2 |
Description | value |
/command-name
/command-name --flag1 value
/command-name --flag1 value --flag2 value argument
[Description of what the command produces]