jj/cli
Yuya Nishihara 38d0ca7234 cli: just parse config args in helper function, apply them by caller
I'm going to add config post-processing stage in order to enable config
variables conditionally, and handle/parse_early_args() doesn't have enough
information to evaluate the condition.

The deprecation warning could be emitted by parse_early_args(), but it's
probably better to print it after --color option is applied.
2024-12-19 11:09:02 +09:00
..
examples gitignore: add more detail to errors on invalid pattern 2024-12-16 18:49:48 -06:00
src cli: just parse config args in helper function, apply them by caller 2024-12-19 11:09:02 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: refer to revset argument using REVSET(S) in synopsis 2024-12-18 10:13:44 -08:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE