ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Martin von Zweigbergk ce44d46583 squash: make -r argument optional in clap
I'm soon going to make `jj squash` accept either `-r` or
`--from/--to`, which means `-r` will then be optional. This patch
prepares for that already, since it also simplifies the code a little
(and improves it so we warn if the user does `jj squash -r @
nonexistent`).
2024-03-10 21:17:08 -07:00
..
examples cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
src squash: make -r argument optional in clap 2024-03-10 21:17:08 -07:00
testing
tests squash: make -r argument optional in clap 2024-03-10 21:17:08 -07:00
build.rs
Cargo.toml templater: add similarity hint to no such method/keyword errors 2024-02-28 09:03:04 +09:00
LICENSE