fish-shell/doc_src/cmds/vared.rst
David Adam 3a23fdf359 docs: omnibus cleanup
Includes harmonizing the display of options and arguments, standardising
terminology, using the envvar directive more broadly, adding help options to all
commands that support them, simplifying some language, and tidying up multiple
formatting issues.

string documentation is not changed.
2022-03-12 00:21:13 +08:00

23 lines
553 B
ReStructuredText

.. _cmd-vared:
vared - interactively edit the value of an environment variable
===============================================================
Synopsis
--------
.. synopsis::
vared VARIABLE_NAME
Description
-----------
``vared`` is used to interactively edit the value of an environment variable. Array variables as a whole can not be edited using ``vared``, but individual list elements can.
The **-h** or **--help** option displays help about using this command.
Example
-------
``vared PATH[3]`` edits the third element of the PATH list