Module rune::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§

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

Type Aliases§