mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
15 lines
182 B
ReStructuredText
15 lines
182 B
ReStructuredText
.. _cmd-false:
|
|
|
|
false - return an unsuccessful result
|
|
=====================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
false
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
``false`` sets the exit status to 1.
|