mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
22 lines
287 B
ReStructuredText
22 lines
287 B
ReStructuredText
.. _cmd-false:
|
|
|
|
false - return an unsuccessful result
|
|
=====================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
false
|
|
|
|
Description
|
|
-----------
|
|
|
|
``false`` sets the exit status to 1.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :ref:`true <cmd-true>` command
|
|
- :ref:`$status <variables-status>` variable
|