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 6efd723 commit 7a216f9Copy full SHA for 7a216f9
things_cli/cli.py
@@ -32,6 +32,7 @@ class ThingsCLI: # pylint: disable=R0902
32
filter_project = None
33
filter_area = None
34
filter_tag = None
35
+ only_projects = None
36
37
def __init__(self, database=None):
38
"""Initialize class."""
0 commit comments