2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 17:04:03 +00:00
fish-shell/doc_src/cmds/true.rst
Aaron Gyes 14d60ccb32 More synopsis work.
A great leap forward
2021-12-21 17:24:47 -08:00

20 lines
274 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