Available on crate feature
cli
only.Expand description
Helper to build customized commandline interfaces using custom rune contexts.
This can be used to:
- Generate documentation using types only available in your context.
- Build a language server, which is aware of things only available in your context.
Structs§
- Context
Options - Options for building context.
- Entry
- A rune-based entrypoint used for custom applications.
Type Aliases§
- Context
Builder - Type used to build a context.