parent
9d683e4669
commit
86729a862c
14 changed files with 44 additions and 41 deletions
|
@ -24,11 +24,13 @@
|
|||
from __future__ import print_function
|
||||
import argparse
|
||||
|
||||
usage = """list-members --user=<bot's email address> --api-key=<bot's api key> [options]
|
||||
usage = """list-members [options]
|
||||
|
||||
List the names and e-mail addresses of the people in your realm.
|
||||
|
||||
You can omit --user and --api-key arguments if you have a properly set up ~/.zuliprc
|
||||
Example: list-members
|
||||
|
||||
Specify your Zulip API credentials and server in a ~/.zuliprc file or using the options.
|
||||
"""
|
||||
|
||||
import zulip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue