mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Add --co alias for --config-override (#1397)
This commit is contained in:
parent
f890e2fcd3
commit
cd865e048e
2 changed files with 14 additions and 0 deletions
|
@ -45,6 +45,11 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
When we run "jrnl -1 --config-override colors.body blue"
|
||||
Then the config in memory should contain "colors.body: blue"
|
||||
|
||||
Scenario: Override color selections with --co alias
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl -1 --co colors.body blue"
|
||||
Then the config in memory should contain "colors.body: blue"
|
||||
|
||||
Scenario: Apply multiple config overrides
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue