mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
complete synopsis should just be a synopsis.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.. _cmd-cdh:
|
.. _cmd-cdh:
|
||||||
|
|
||||||
cdh - change to a recently visited directory
|
cdh - change to a recently visited directory
|
||||||
============================================
|
============================================
|
||||||
|
|||||||
@@ -6,23 +6,8 @@ complete - edit command specific tab-completions
|
|||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
|
||||||
::
|
``complete`` **-c** | **--command** | **-p** | **--path** [*OPTIONS*] *COMMAND*
|
||||||
|
``complete`` **-C** *STRING* | **--do-complete** *STRING*
|
||||||
complete [( -c | --command | -p | --path )] COMMAND
|
|
||||||
[( -c | --command | -p | --path ) COMMAND]...
|
|
||||||
[( -e | --erase )]
|
|
||||||
[( -s | --short-option ) SHORT_OPTION]...
|
|
||||||
[( -l | --long-option | -o | --old-option ) LONG_OPTION]...
|
|
||||||
[( -a | --arguments ) ARGUMENTS]
|
|
||||||
[( -k | --keep-order )]
|
|
||||||
[( -f | --no-files )]
|
|
||||||
[( -F | --force-files )]
|
|
||||||
[( -r | --require-parameter )]
|
|
||||||
[( -x | --exclusive )]
|
|
||||||
[( -w | --wraps ) WRAPPED_COMMAND]...
|
|
||||||
[( -n | --condition ) CONDITION]
|
|
||||||
[( -d | --description ) DESCRIPTION]
|
|
||||||
complete ( -C [STRING] | --do-complete[=STRING] )
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
Reference in New Issue
Block a user