mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
parent
8e89d91c86
commit
598c0e97ce
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def cli(manual_args=None):
|
||||||
journal.limit(args.limit)
|
journal.limit(args.limit)
|
||||||
|
|
||||||
# Reading mode
|
# Reading mode
|
||||||
if not mode_export:
|
if not mode_compose and not mode_export:
|
||||||
print(journal.pprint())
|
print(journal.pprint())
|
||||||
|
|
||||||
# Various export modes
|
# Various export modes
|
||||||
|
|
Loading…
Add table
Reference in a new issue