forked from orbit-oss/flask
Adding Fish commands to docs
This commit is contained in:
parent
66f2ac6696
commit
afe77feef3
9 changed files with 155 additions and 0 deletions
|
|
@ -67,6 +67,12 @@ that tells Flask where to find the application instance:
|
|||
|
||||
$ export FLASK_APP=yourapplication
|
||||
|
||||
.. group-tab:: Fish
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ set -x FLASK_APP yourapplication
|
||||
|
||||
.. group-tab:: CMD
|
||||
|
||||
.. code-block:: text
|
||||
|
|
@ -91,6 +97,12 @@ development features like this:
|
|||
|
||||
$ export FLASK_ENV=development
|
||||
|
||||
.. group-tab:: Fish
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ set -x FLASK_ENV development
|
||||
|
||||
.. group-tab:: CMD
|
||||
|
||||
.. code-block:: text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue