You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
$ python test.py test --args e e
usage: test.py [-?] {shell,runserver,test} ...
test.py: error: too many arguments
$ python test.py test --args e
e
$ python test.py test --args
usage: test.py test [-?] [-a ARGS]
test.py test: error: argument -a/--args: expected one argument
It seems the nargs argument is totally ignored by flask-script, any idea what's wrong ?
The text was updated successfully, but these errors were encountered:
Hi there,
Here is an example of a not-so-expected behavior:
It seems the
nargs
argument is totally ignored by flask-script, any idea what's wrong ?The text was updated successfully, but these errors were encountered: