mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Merge branch 'master-wm' into 2.0-wm
This commit is contained in:
commit
b3e614f441
26 changed files with 313 additions and 79 deletions
|
@ -91,7 +91,7 @@ def run_with_input(context, command, inputs=None):
|
|||
def run(context, command):
|
||||
args = ushlex(command)[1:]
|
||||
try:
|
||||
cli.run(args or None)
|
||||
cli.run(args)
|
||||
context.exit_status = 0
|
||||
except SystemExit as e:
|
||||
context.exit_status = e.code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue