mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 19:01:15 -03:00
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).
19 lines
474 B
ReStructuredText
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``.
|