mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:04:30 +08:00
23 lines
278 B
ReStructuredText
23 lines
278 B
ReStructuredText
.. _cmd-true:
|
|
|
|
true - return a successful result
|
|
=================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
true
|
|
|
|
Description
|
|
-----------
|
|
|
|
``true`` sets the exit status to 0.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :ref:`false <cmd-false>` command
|
|
- :ref:`$status <variables-status>` variable
|