Skip to main content

Module cli_args

Module cli_args 

Source
Expand description

clap derive structs for the purple CLI.

Everything related to argument parsing lives here so main.rs stays focused on orchestration. Cli is the top-level Parser; each Commands variant holds the subcommand-specific args.

Structs§

Cli

Enums§

Commands
PasswordCommands
ProviderCommands
SnippetCommands
ThemeCommands
TunnelCommands
VaultCommands