mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
18 lines
179 B
ReStructuredText
18 lines
179 B
ReStructuredText
.. _cmd-true:
|
|
|
|
true - return a successful result
|
|
=================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
true
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
``true`` sets the exit status to 0.
|