Files
fish-shell/doc_src/cmds/true.rst
Johannes Altmanninger 7a59540517 docs: use :doc: role when referencing entire pages
No need to define "cmd-foo" anchors; use :doc:`foo <cmds/foo>`
instead. If we want "cmd-foo" but it should be tested.

See also 38b24c2325 (docs: Use :doc: role when linking to commands,
2022-09-23).
2025-11-06 12:58:59 +01:00

23 lines
332 B
ReStructuredText

true - return a successful result
=================================
Synopsis
--------
.. synopsis::
true
Description
-----------
``true`` sets the exit status to 0.
**:** (a single colon) is an alias for the ``true`` command.
See Also
--------
- :doc:`false <false>` command
- :ref:`$status <variables-status>` variable