Expand description
CLI argument parsing.
Aligned with defect-config’s LoadConfigOptions::cli — CLI flags take precedence.
CLI arguments — see config and CliOverrides.
Structs§
Enums§
- Command
- Management subcommands that run instead of the agent and then exit.
- Output
Format - Output format for stdout in
--messagesingle-turn mode. - Sandbox
Mode Arg - Values for
--sandbox. MirrorsSandboxModelocally so that clap can render the possible values directly; the config crate does not depend on clap, so it does not deriveValueEnumthere (following the same “CLI-side parsing” pattern used by providers).