mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
rename --override to --config-override
This commit is contained in:
parent
f978cee899
commit
1a8bcfca64
5 changed files with 8 additions and 8 deletions
|
@ -208,7 +208,7 @@ def test_version_alone():
|
|||
|
||||
def test_editor_override():
|
||||
|
||||
assert cli_as_dict('--override \'{"editor": "nano"}\'') == expected_args(
|
||||
assert cli_as_dict('--config-override \'{"editor": "nano"}\'') == expected_args(
|
||||
config_override={"editor": "nano"}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue