jj/cli
Yuya Nishihara 30b5e88b04 cli: use cwd-relative workspace config to resolve default command and aliases
This is basically the same as Mercurial's workaround. I don't know about Git,
but arguments order is very restricted in git, so -C path can be parsed prior
to alias expansion. In hg and jj, doing that would be messy and unreliable.

Closes #2414
2023-12-24 00:20:38 +09:00
..
examples transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
src cli: use cwd-relative workspace config to resolve default command and aliases 2023-12-24 00:20:38 +09:00
testing
tests cli: use cwd-relative workspace config to resolve default command and aliases 2023-12-24 00:20:38 +09:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE