Module cli

Module cli 

Source
Expand description

CLI interface. Command-line interface for Systemg.

Structs§

Cli
Command-line interface for Systemg.
LogLevelArg
Wrapper around LevelFilter so clap can parse log levels from either string names (“info”, “debug”, etc.) or numeric shorthands (0-5).

Enums§

Commands
Available commands for systemg.

Functions§

parse_args
Parses command-line arguments and returns a Cli struct.