mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
No need to define "cmd-foo" anchors; use :doc:`foo <cmds/foo>`
instead. If we want "cmd-foo" but it should be tested.
See also 38b24c2325 (docs: Use :doc: role when linking to commands,
2022-09-23).
21 lines
278 B
ReStructuredText
21 lines
278 B
ReStructuredText
false - return an unsuccessful result
|
|
=====================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. synopsis::
|
|
|
|
false
|
|
|
|
Description
|
|
-----------
|
|
|
|
``false`` sets the exit status to 1.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`true <true>` command
|
|
- :ref:`$status <variables-status>` variable
|