mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 16:06:14 +02:00
make format
This commit is contained in:
parent
983c9c8c4b
commit
528ce1efe2
5 changed files with 48 additions and 44 deletions
|
@ -36,7 +36,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
@skip_win
|
||||
Scenario: Apply multiple config overrides
|
||||
Given we use the config "tiny.yaml"
|
||||
When we run jrnl with -1 --config-override colors.body:green,editor:"nano"
|
||||
When we run jrnl with -1 --config-override colors.body:green, editor:"nano"
|
||||
Then the runtime config should have colors.body set to green
|
||||
And the runtime config should have editor set to nano
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue