jj/cli/tests/common
Yuya Nishihara ac52e43435 cli: let "config set"/"unset" continue if file to edit can be disambiguated
If the user config path was an empty directory, these commands would fail with
EISDIR instead of "can't set config in path (dirs not supported)". I think this
can be changed later to create new "$dir/config.toml" file. Maybe we can also
change the default path to ~/.config/jj directory, and load all *.toml files
from there?
2024-12-15 16:36:29 +09:00
..
mod.rs cli: let "config set"/"unset" continue if file to edit can be disambiguated 2024-12-15 16:36:29 +09:00