mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03: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.
|