mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-19 00:14:01 +00:00
17 lines
179 B
ReStructuredText
17 lines
179 B
ReStructuredText
.. _cmd-true:
|
|
|
|
true - return a successful result
|
|
=================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
true
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
``true`` sets the exit status to 0.
|