Module cli

Source
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§

ContextOptions
Options for building context.
Entry
A rune-based entrypoint used for custom applications.

Type Aliases§

ContextBuilder
Type used to build a context.