Skip to content

Commit 954f0f5

Browse files
added someday
1 parent d9e4dc4 commit 954f0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

things_cli/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from xml.etree.ElementTree import Element, SubElement
1616

1717
import argcomplete # type: ignore
18-
import things as api
1918

19+
import things as api
2020
from things_cli import __version__
2121

2222

@@ -153,6 +153,7 @@ def get_parser(cls):
153153
subparsers.add_parser("upcoming", help="Shows upcoming tasks")
154154
subparsers.add_parser("anytime", help="Shows anytime tasks")
155155
subparsers.add_parser("completed", help="Shows completed tasks")
156+
subparsers.add_parser("someday", help="Shows someday tasks")
156157
subparsers.add_parser("canceled", help="Shows canceled tasks")
157158
subparsers.add_parser("trash", help="Shows trashed tasks")
158159
subparsers.add_parser("todos", help="Shows all todos")

0 commit comments

Comments
 (0)