summaryrefslogtreecommitdiff
path: root/b4/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/command.py')
-rw-r--r--b4/command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/b4/command.py b/b4/command.py
index 39ad3e5..54b79f5 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -61,7 +61,9 @@ def cmd_ty(cmdargs):
def cmd():
+ # noinspection PyTypeChecker
parser = argparse.ArgumentParser(
+ prog='b4',
description='A tool to work with public-inbox patches',
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)