fish-shell/doc_src/cmds/string-lower.rst
Aaron Gyes 14d60ccb32 More synopsis work.
A great leap forward
2021-12-21 17:24:47 -08:00

24 lines
549 B
ReStructuredText

string-lower - convert strings to lowercase
===========================================
Synopsis
--------
.. BEGIN SYNOPSIS
``string`` lower [**-q** | **--quiet**] [*STRING*...]
.. END SYNOPSIS
Description
-----------
.. BEGIN DESCRIPTION
``string lower`` converts each string argument to lowercase. Exit status: 0 if at least one string was converted to lowercase, else 1. This means that in conjunction with the ``-q`` flag you can readily test whether a string is already lowercase.
.. END DESCRIPTION
.. BEGIN EXAMPLES
.. END EXAMPLES