Re-exports§
pub use antex;
Structs§
- Clar
- Command-line arguments resolver.
- Clar
Argument - Command-line argument.
- Clar
Command - Command-line command or subcommand.
- Clar
Diagnostic - Command line resolver diagnostic data.
- Clar
Matches - Command line arguments matches.
- Clar
Option - Command-line option.
- Clar
Terminator - Command-line option terminator.
Enums§
- Clar
Error - Command line resolver errors enumeration.
Functions§
- get_
app_ and_ args - Returns the application name and command line arguments.
- get_
more_ info_ hint - Returns a colored text with more information hint.
Type Aliases§
- Clar
Diagnostic Result - Type alias for command line resolver result with colored text.
- Clar
Result - Type alias for command line resolver result.