Skip to content

Commit

Permalink
doc: add link to feature flags in fish command
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Delapouite authored and faho committed Oct 7, 2019
1 parent f91c725 commit 9c651d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_doc_src/cmds/fish.rst
Expand Up @@ -43,6 +43,6 @@ The following options are available:

- ``-D`` or ``--debug-stack-frames=DEBUG_LEVEL`` specify how many stack frames to display when debug messages are written. The default is zero. A value of 3 or 4 is usually sufficient to gain insight into how a given debug call was reached but you can specify a value up to 128.

- ``-f`` or ``--features=FEATURES`` enables one or more feature flags (separated by a comma). These are how fish stages changes that might break scripts.
- ``-f`` or ``--features=FEATURES`` enables one or more :ref:`feature flags <featureflags>` (separated by a comma). These are how fish stages changes that might break scripts.

The fish exit status is generally the exit status of the last foreground command. If fish is exiting because of a parse error, the exit status is 127.

0 comments on commit 9c651d7

Please sign in to comment.