Expand description
CLI interface. Command-line interface for Systemg.
Structs§
- Cli
- Command-line interface for Systemg.
- LogLevel
Arg - Wrapper around
LevelFilterso 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
Clistruct.