Skip to main content

Module cli

Module cli 

Source
Expand description

CLI argument parsing for the natmap subcommands.

Defines the Cli struct and NatMapCommand / DockerCommand enums that are flattened into the top-level lab-ops CLI via clap.

Structs§

Cli
CLI arguments for the natmap subcommand.

Enums§

DockerCommand
Docker-specific subcommands for port mapping management.
NatMapCommand
Top-level natmap subcommands.

Functions§

run_cli
Dispatches a parsed Cli to the appropriate daemon API call.