Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/64bit/commandOK
/ config_path
Function
config_path
src/config.rs:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
fn config_path() -> PathBuf {
52
config_dir().join(
"config.toml"
)
53
}
54
55
const DEFAULT_CONFIG: &str = r#"[commandok]
56
# Options: anthropic, openai, google, mistral, ollama, llamacpp,
Callers
2
load
Function · 0.85
save_default_provider
Function · 0.85
Calls
1
config_dir
Function · 0.85
Tested by
no test coverage detected