mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 21:57:14 +08:00
21 lines
283 B
ReStructuredText
21 lines
283 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
|