bots: Mark --message/-m argument to zulip_bot_output.py as required.
This commit is contained in:
parent
807afd2032
commit
34515454b5
|
@ -34,6 +34,7 @@ def parse_args():
|
|||
help='the name or path an existing bot to run')
|
||||
|
||||
parser.add_argument('--message', '-m',
|
||||
required=True,
|
||||
action='store',
|
||||
help='the message content to send to the bot')
|
||||
|
||||
|
|
Loading…
Reference in a new issue