Skip to main content

Module shell

Module shell 

Source
Expand description

Interactive shell helper with command completion and hints.

Provides tab-completion for RAPS commands and subcommands, as well as inline hints showing required parameters. Uses reedline’s Prompt trait for proper styled/raw separation, which fixes cursor alignment issues on Windows.

Structs§

CommandInfo
Command metadata for completion and hints
RapsCompleter
Tab-completion for RAPS commands, subcommands, and flags.
RapsHighlighter
Colors recognized commands green in the input line.
RapsHinter
Inline hints showing command syntax and required parameters.
RapsPrompt
RAPS interactive prompt with proper styled/raw separation.