Files
fish-shell/doc_src/cmds/fish_update_completions.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

19 lines
474 B
ReStructuredText

fish_update_completions - update completions using manual pages
===============================================================
Synopsis
--------
.. synopsis::
fish_update_completions
Description
-----------
``fish_update_completions`` parses manual pages installed on the system, and attempts to create completion files in the ``fish`` configuration directory.
This does not overwrite custom completions.
There are no parameters for ``fish_update_completions``.