Generate output for antigen-help command automatically, ie, commands description.
Contributor guide
Tech stack
shell
Domain
documentation
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Understanding of antigen's command structureShell scripting experience
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
Investigate the antigen source code to understand how commands are defined and how help strings are stored. Look at the `antigen help` function to see its current implementation. Consider auto generating the help text from command definitions or using a help string array. Look for existing patterns in the repository for documentation generation.