mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
short isn't a filter
This commit is contained in:
parent
526867bcdd
commit
4fb6263212
2 changed files with 0 additions and 2 deletions
|
@ -190,7 +190,6 @@ class Journal:
|
||||||
end_date=None,
|
end_date=None,
|
||||||
starred=False,
|
starred=False,
|
||||||
strict=False,
|
strict=False,
|
||||||
short=False,
|
|
||||||
contains=None,
|
contains=None,
|
||||||
exclude=[],
|
exclude=[],
|
||||||
):
|
):
|
||||||
|
|
|
@ -245,7 +245,6 @@ Python 3.7 (or higher) soon.
|
||||||
start_date=args.start_date,
|
start_date=args.start_date,
|
||||||
end_date=args.end_date,
|
end_date=args.end_date,
|
||||||
strict=args.strict,
|
strict=args.strict,
|
||||||
short=args.short,
|
|
||||||
starred=args.starred,
|
starred=args.starred,
|
||||||
exclude=args.excluded,
|
exclude=args.excluded,
|
||||||
contains=args.contains,
|
contains=args.contains,
|
||||||
|
|
Loading…
Add table
Reference in a new issue