Files
fish-shell/doc_src/cmds/false.rst
Johannes Altmanninger 7a59540517 docs: use :doc: role when referencing entire pages
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).
2025-11-06 12:58:59 +01:00

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