Docs.rs
clean_cli-0.1.2
clean_cli 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bugrazoid
Dependencies
rand ^0.8
dev
Versions
43.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
clean_
cli
0.1.2
All Items
Crate Items
Structs
Enums
Crate
clean_cli
Copy item path
Source
Structs
§
Cli
Cli
is a central unit that contains all possible commands, arguments and handlers. To create instance using build pattern. Generic parameter using for return values from handlers.
CliBuilder
CliBuilder
is a helper using for build
Cli
.
Command
Builder
CommandBuilder
is a helper using for build command object.
Parameter
Command parameter
Parameter
Builder
Buildr for command parameter
Enums
§
ArgType
Set value type for commands and parameters
ArgValue
Contains value for commands and parameters