Skip to main content

Module args

Module args 

Source
Expand description

CLI argument parsing.

Aligned with defect-config’s LoadConfigOptions::cli — CLI flags take precedence. CLI arguments — see config and CliOverrides.

Structs§

CliArgs
Headless agent over ACP/stdio.
InitArgs
Arguments for defect init.

Enums§

Command
Management subcommands that run instead of the agent and then exit.
OutputFormat
Output format for stdout in --message single-turn mode.
SandboxModeArg
Values for --sandbox. Mirrors SandboxMode locally so that clap can render the possible values directly; the config crate does not depend on clap, so it does not derive ValueEnum there (following the same “CLI-side parsing” pattern used by providers).