jj/cli/src
Ilya Grigoriev aa08de30c7 cli new: Make -r, --before, and --after repeatable
Repeating these is a no-op. This allows:

```shell
jj new -r a -r b # Equivalent to jj new a b
jj new --before a --before b  # Equivalent to jj new a b --before
```

I keep typing the latter and getting an annoying error.
2023-11-23 11:15:38 -08:00
..
commands cli new: Make -r, --before, and --after repeatable 2023-11-23 11:15:38 -08:00
config
merge_tools
cleanup_guard.rs
cli_util.rs
commit_templater.rs
config-schema.json
config.rs
description_util.rs
diff_util.rs
formatter.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs
template.pest
template_builder.rs
template_parser.rs
templater.rs
text_util.rs
time_util.rs
ui.rs