mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Fixes #9233. Uses nargs='*' instead of nargs='argparse.REMAINDER'. nargs='argparse.REMAINDER' gathers remaining terms as arguments even if it is an option e.g --coverage, while '*' gathers all the command-line arguments until the next option is encountered.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.