ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Ilya Grigoriev 93b7b34871 Add --config-toml command-line argument for additional TOML config
Unfortunately, TOML requires quotes around the argument. So, the
usage is `jj --config-toml ui.color=\"always\"` in bash. The plan is
to eventually have a `--config` option with simpler syntax for
simple cases.

As discussed in https://github.com/martinvonz/jj/discussions/688.
2022-11-05 21:21:33 -07:00
..
src Add --config-toml command-line argument for additional TOML config 2022-11-05 21:21:33 -07:00
tests commit_builder: remove redundant for_open_commit() 2022-11-05 06:14:37 -07:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml tesutils: replace lazy_static with std::sync::Once 2022-11-01 12:23:07 -07:00