summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbhilash Raj2017-08-09 20:45:54 -0700
committerAbhilash Raj2017-08-09 20:45:54 -0700
commita50062225076d6768859d6915ce7dff62e892b0d (patch)
treec79f502119efe0a6a013c923e64ff75218dc6828 /src
parent324226f1f859f6be5e932dc9abe638aba268d154 (diff)
downloadmailman-a50062225076d6768859d6915ce7dff62e892b0d.tar.gz
mailman-a50062225076d6768859d6915ce7dff62e892b0d.tar.zst
mailman-a50062225076d6768859d6915ce7dff62e892b0d.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/bin/mailman.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/bin/mailman.py b/src/mailman/bin/mailman.py
index e012237f3..6b8cb26da 100644
--- a/src/mailman/bin/mailman.py
+++ b/src/mailman/bin/mailman.py
@@ -81,6 +81,8 @@ class Subcommands(click.MultiCommand):
if opts:
with formatter.section('Options'):
formatter.write_dl(opts)
+ # Print the list of available commands.
+ super().format_commands(ctx, formatter)
@click.group(