Expand description
Everything needed for the CLI application Some utilities for command line parsing.
Structs§
- Flag
- Enum to represent command line flags
- Parse
Result - Struct to represent the result of parsing args
- SubCommand
- Struct to represent subcommands
Enums§
- SubCommand
Type - Enum to represent subcommand type
Functions§
- parse_
args - Parses command line arguments for source and destination folders and creates the destination folder if it does not exist
- set_env
- Sets up the environment based on given flags