Document and expand test coverage of config file feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user