Skip to main content

ConfigValue

Trait ConfigValue 

Source
pub trait ConfigValue {
    const KEY: &'static str;
    const DEFAULT: &'static str;
}

Required Associated Constants§

Source

const KEY: &'static str

Source

const DEFAULT: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ConfigValue for ClaudeCodeCommand

Source§

const KEY: &'static str = "CLAUDE_CODE_COMMAND"

Source§

const DEFAULT: &'static str = "claude"

Source§

impl ConfigValue for CodexCommand

Source§

const KEY: &'static str = "CODEX_COMMAND"

Source§

const DEFAULT: &'static str = "codex"

Source§

impl ConfigValue for CodexEnableSkills

Source§

const KEY: &'static str = "CODEX_ENABLE_SKILLS"

Source§

const DEFAULT: &'static str = "true"

Source§

impl ConfigValue for CodexReasoningEffort

Source§

const KEY: &'static str = "CODEX_REASONING_EFFORT"

Source§

const DEFAULT: &'static str = "high"

Source§

impl ConfigValue for CodexSkipGitCheck

Source§

const KEY: &'static str = "CODEX_SKIP_GIT_CHECK"

Source§

const DEFAULT: &'static str = "false"

Source§

impl ConfigValue for CodexUseAppServer

Source§

const KEY: &'static str = "CODEX_USE_APP_SERVER"

Source§

const DEFAULT: &'static str = "true"

Source§

impl ConfigValue for CursorAgentCommand

Source§

const KEY: &'static str = "CURSOR_AGENT_COMMAND"

Source§

const DEFAULT: &'static str = "cursor-agent"

Source§

impl ConfigValue for GeminiCliCommand

Source§

const KEY: &'static str = "GEMINI_CLI_COMMAND"

Source§

const DEFAULT: &'static str = "gemini"