forked from mirrors/jj
cli docs: document that --config-toml can be repeated
This commit is contained in:
parent
2177dc0657
commit
33087bcd90
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -430,7 +430,7 @@ fn test_help() {
|
|||
-v, --verbose Enable verbose logging
|
||||
--color <WHEN> When to colorize output (always, never, auto)
|
||||
--no-pager Disable the pager
|
||||
--config-toml <TOML> Additional configuration options
|
||||
--config-toml <TOML> Additional configuration options (can be repeated)
|
||||
"###);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue