rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Support an @SeeAlso annotation #51

Closed rvesse closed 3 years ago

rvesse commented 8 years ago

When generating help for CLIs we already generate a basic see also section with references to the CLI itself. It would be nice if commands could have a @SeeAlso annotation that would allow them to reference other related commands within the CLI and more generally e.g. System commands i.e. ls, cat etc.