Expand description
Command-line parsing for pcf-debug.
Hand-written on top of std::env::args to keep the tool free of any
argument-parsing dependency (matching the reference crate’s minimal-deps
posture). The grammar is:
pcf-debug <FILE> [subcommand] [flags]Structs§
- Args
- Byte
Range - A byte range for
hexdump --range start[:len]. - Decode
Opts - HexOpts
Enums§
- Color
Choice - Whether to colour the output.
- Command
- Parsed
- Outcome of parsing: either runnable args, or a message to print and exit.