Skip to content

Commit

Permalink
cli docs: document that --config-toml can be repeated
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Sep 14, 2023
1 parent 2177dc0 commit b0dfcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ pub struct EarlyArgs {
// Parsing with ignore_errors will crash if this is bool, so use
// Option<bool>.
pub no_pager: Option<bool>,
/// Additional configuration options
/// Additional configuration options (can be repeated)
// TODO: Introduce a `--config` option with simpler syntax for simple
// cases, designed so that `--config ui.color=auto` works
#[arg(
Expand Down

0 comments on commit b0dfcad

Please sign in to comment.