
flask
List of commands for flask:
-
flask:tldr:8dfb5 flask: Run a development server.$ flask runtry on your machineexplain this command
-
flask:tldr:b5727 flask: Run a Python interactive shell in the app's context.$ flask shelltry on your machineexplain this command
-
flask:tldr:f4d87 flask: Show the routes for the app.$ flask routestry on your machineexplain this command