Skip to main content

Crate clars

Crate clars 

Source
Expand description

§Command line arguments resolver

§Overview

WORK IN PROGRESS

Re-exports§

pub use antex;

Structs§

Clar
Command-line arguments resolver.
ClarArgument
Command-line argument.
ClarCommand
Command-line command or subcommand.
ClarDiagnostic
Command line resolver diagnostic data.
ClarMatches
Command line arguments matches.
ClarOption
Command-line option.
ClarTerminator
Command-line option terminator.

Enums§

ClarError
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§

ClarDiagnosticResult
Type alias for command line resolver result with colored text.
ClarResult
Type alias for command line resolver result.