summaryrefslogtreecommitdiff
path: root/alot/__main__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 12:48:48 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-24 22:05:56 +0100
commit03dfceb88c102f1763672f0456456b556ebb23b0 (patch)
tree36f13de6319bd0161c4cfa768df4a5aa030d3a55 /alot/__main__.py
parentb8916a64cb5cc48928da50efc19d238402e5ba8e (diff)
expose namedquery command to CLI
Diffstat (limited to 'alot/__main__.py')
-rw-r--r--alot/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/__main__.py b/alot/__main__.py
index 257eb051..0d100134 100644
--- a/alot/__main__.py
+++ b/alot/__main__.py
@@ -17,7 +17,8 @@ from alot.commands import CommandParseError, COMMANDS
from alot.utils import argparse as cargparse
-_SUBCOMMANDS = ['search', 'compose', 'bufferlist', 'taglist', 'pyshell']
+_SUBCOMMANDS = ['search', 'compose', 'bufferlist', 'taglist', 'namedqueries',
+ 'pyshell']
def parser():