cloop 0.1.0

Cloop - Clap in a loop (easily create a shell integrated with Clap)
Documentation
1
2
3
4
5
6
7
mod input_parser;
mod input_reader;
mod shell;

pub use input_parser::{ClapParser, ClapSubcommandParser, InputParser};
pub use input_reader::{InputReader, InputResult, StdioInputReader};
pub use shell::{Handler, Shell, ShellAction, ShellResult};