This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
Hi,
I use the default_command argument of Manager.run to define runserver as default command: manager.run(default_command="runserver"). It works well but it isn't possible to specify arguments for the default command.
$ flask-app --port 8080
usage: flask-app [-?] {runserver} ...
daas-backend: error: invalid choice: '8080' (choose from 'runserver')
Regards,
Christoph