AG001: Args Entry Missing Description
| Property | Value |
|---|---|
| Code | AG001 |
| Severity | Error |
| Since | v0.1.0 |
Description
Every entry in the args=() array must have a description string following
the field spec. The description is used for --help output and documentation
generation. An entry with a non-empty spec but no description is an error.
Example
This triggers AG001:
How to Fix
Add a description string after the field spec:
How to Suppress
Or file-wide:
Was this section helpful?