Skip to content

Commit 3451545

Browse files
neiljproberthoenig
authored andcommitted
bots: Mark --message/-m argument to zulip_bot_output.py as required.
1 parent 807afd2 commit 3451545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zulip_bots/zulip_bots/zulip_bot_output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def parse_args():
3434
help='the name or path an existing bot to run')
3535

3636
parser.add_argument('--message', '-m',
37+
required=True,
3738
action='store',
3839
help='the message content to send to the bot')
3940

0 commit comments

Comments
 (0)