Module parse

Module parse 

Source
Expand description

Everything needed for the CLI application Some utilities for command line parsing.

Structs§

Flag
Enum to represent command line flags
ParseResult
Struct to represent the result of parsing args
SubCommand
Struct to represent subcommands

Enums§

SubCommandType
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