mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
space
This commit is contained in:
parent
adb7932817
commit
56255cd69c
1 changed files with 1 additions and 1 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
Reference in a new issue