Skip to content

Commit

Permalink
Allow --config-file to be passed before or after command name (astr…
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored May 22, 2024
1 parent d33577f commit e71ce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub(crate) struct Cli {
pub(crate) cache_args: CacheArgs,

/// The path to a `uv.toml` file to use for configuration.
#[arg(long, env = "UV_CONFIG_FILE")]
#[arg(global = true, long, env = "UV_CONFIG_FILE")]
pub(crate) config_file: Option<PathBuf>,
}

Expand Down

0 comments on commit e71ce53

Please sign in to comment.