1 مستودع
Automatic generation of human-readable syntax strings and usage guides from command hierarchies.
Distinct from Command String Generators: Distinct from Command String Generators as it produces documentation/help strings for users rather than shell commands for execution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Usage String 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 constructs human-readable syntax strings and documentation based on the defined command node hierarchy.