AG002: Usage Entry Missing Description
| Property | Value |
|---|---|
| Code | AG002 |
| Severity | Error |
| Since | v0.1.0 |
Description
Every non-separator entry in the usage=() array must have a description
string. The description is rendered in the command's --help output. An
entry that is not a group separator but lacks a description is an error.
Example
This triggers AG002:
How to Fix
Add a description string after each command name:
How to Suppress
Or file-wide:
Was this section helpful?