Expand description
Brigadier-compatible command parsing primitives adapted from Brigadier 1.3.10.
Modulesยง
- argument ๐
- Built-in Brigadier argument parsing.
- builder ๐
- Command node builders.
- context ๐
- Branch-local command parse state.
- context_
chain ๐ - Immutable Brigadier redirect and execution stages.
- dispatcher ๐
- Dispatcher-owned command node arena.
- error ๐
- Command parsing errors.
- node ๐
- Command graph nodes and registration errors.
- reader ๐
- Cursor-based command input reader.
- runtime ๐
- Opaque command behavior payloads stored by the Brigadier graph.
- string_
range ๐ - UTF-16 command input ranges.
- suggestion ๐
- Command completion suggestions and UTF-16 replacement ranges.