We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e4dc4 commit 954f0f5Copy full SHA for 954f0f5
things_cli/cli.py
@@ -15,8 +15,8 @@
15
from xml.etree.ElementTree import Element, SubElement
16
17
import argcomplete # type: ignore
18
-import things as api
19
+import things as api
20
from things_cli import __version__
21
22
@@ -153,6 +153,7 @@ def get_parser(cls):
153
subparsers.add_parser("upcoming", help="Shows upcoming tasks")
154
subparsers.add_parser("anytime", help="Shows anytime tasks")
155
subparsers.add_parser("completed", help="Shows completed tasks")
156
+ subparsers.add_parser("someday", help="Shows someday tasks")
157
subparsers.add_parser("canceled", help="Shows canceled tasks")
158
subparsers.add_parser("trash", help="Shows trashed tasks")
159
subparsers.add_parser("todos", help="Shows all todos")
0 commit comments