Crate slaps

Source
Expand description

Add an interactive shell mode to your Rust command-line application using your existing clap/structopt configuration.

Structs§

ClapError
Command Line Argument Parser Error
Config
Configuration for the internal sub-components of slaps.
MismatchedQuotes
Error returned by [split] when the input has mismatched quote characters.
Slaps
Interactive shell mode using a clap/structopt configuration.

Enums§

ColorMode
Colorization mode.
CompletionType
Tab completion style.
Error
Variant of all sub-types of errors returned by the library.
ErrorKind
Command line argument parser kind of error
ExecutionError
Error variant for command handlers.
ReadlineError
The error type for Readline errors that can arise from I/O related errors or Errno when using the nix-rust library