Document and expand test coverage of config file feature

This commit is contained in:
2026-04-04 07:46:28 +02:00
parent db60fb9ddb
commit 8958f79ece
3 changed files with 30 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ pub struct Args {
pub profile: Option<String>,
/// Path to config file (default: $XDG_CONFIG_HOME/agent-sandbox/config.toml)
#[arg(long = "config", value_name = "PATH")]
#[arg(long = "config", value_name = "PATH", conflicts_with = "no_config")]
pub config_path: Option<PathBuf>,
/// Skip loading the config file entirely