Module cli

Source
Expand description

Parsing of CLI flags

The Action enum represents what action to perform based on the command-line arguments passed to the program.

Enums§

Action
Represents the possible outcomes based on CLI arguments.

Statics§

DEFAULT_VENV_DIR
The expected directory name for virtual environments.