1 dépôt
Tools that automatically produce user-facing syntax guides based on command node definitions.
Distinct from Command String Generators: Distinct from Command String Generators as it generates documentation for humans rather than executable strings for shells.
Explore 1 awesome GitHub repository matching software engineering & architecture · Usage Documentation Generators. Refine with filters or upvote what's useful.
Brigadier is a command-line parser and dispatcher that maps text-based inputs to executable functions using a hierarchical tree of arguments. It provides a system for defining nested command structures and typed arguments to route user input to specific handlers. The library includes a command syntax generator that automatically produces human-readable usage strings and documentation based on defined command nodes. It transforms raw strings into structured data to identify valid command sequences and pinpoint syntax errors. The framework covers command tree routing, input syntax validation,
Automatically produces human-readable usage strings and documentation based on defined command nodes.