Expand description
Structs§
- Clap
Error - Command Line Argument Parser Error
- Config
- Configuration for the internal sub-components of slaps.
- Mismatched
Quotes - Error returned by [
split
] when the input has mismatched quote characters. - Slaps
- Interactive shell mode using a
clap
/structopt
configuration.
Enums§
- Color
Mode - Colorization mode.
- Completion
Type - Tab completion style.
- Error
- Variant of all sub-types of errors returned by the library.
- Error
Kind - Command line argument parser kind of error
- Execution
Error - Error variant for command handlers.
- Readline
Error - The error type for Readline errors that can arise from I/O related errors or Errno when using the nix-rust library