Expand description
CLI argument parsing and input normalization for TARDIS.
Structs§
- Cli
- TARDIS — Time And Relative Date Input Simplifier
- Command
- Normalised user command ready for further processing.
- Convert
Args - Arguments for the
convertsubcommand. - Diff
Args - Arguments for the
diffsubcommand. - Info
Args - Arguments for the
infosubcommand. - Range
Args - Arguments for the
rangesubcommand. - TzArgs
- Arguments for the
tzsubcommand.
Enums§
- Config
Action - Subactions for
td config. - Diff
Output - Output format for diff results.
- Shell
Type - Supported shell types for completion generation.
- SubCmd
- Available subcommands for the
tdbinary.
Constants§
- ABOUT_
HELP - Long about text displayed in
--helpoutput. - AFTER_
LONG_ HELP - Extended help text displayed after long help output.
- INPUT_
HELP - Help text for the positional input argument.
- NOW_
HELP - Long help text for the
--nowflag. - STYLES
- Clap color styles for CLI help output.
- TIMEZONE_
HELP - Long help text for the
--timezoneflag.