mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
identify location to apply override in "main"
This commit is contained in:
parent
110e2b9022
commit
744824ddee
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ def run(args):
|
||||||
args=args, config=config, original_config=original_config
|
args=args, config=config, original_config=original_config
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Apply config overrides
|
||||||
|
overrides = args.config_override
|
||||||
|
#TODO: substitute overriden KV pairs in config dict ONLY AFTER ADDING TESTS
|
||||||
|
|
||||||
# --- All the standalone commands are now done --- #
|
# --- All the standalone commands are now done --- #
|
||||||
|
|
||||||
# Get the journal we're going to be working with
|
# Get the journal we're going to be working with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue