bash/completion
This commit is contained in:
parent
ce3489e19d
commit
cbff48041e
2 changed files with 13 additions and 0 deletions
12
docs/public/bash/completion.rst
Normal file
12
docs/public/bash/completion.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
Completion
|
||||
==========
|
||||
|
||||
.. code:: shell
|
||||
|
||||
_completion_loader long_command
|
||||
|
||||
.. code:: shell
|
||||
|
||||
complete -p long_command
|
||||
|
||||
.. todo:: aliases
|
|
@ -4,4 +4,5 @@ bash
|
|||
.. toctree::
|
||||
|
||||
configure
|
||||
completion
|
||||
snippets
|
||||
|
|
Loading…
Reference in a new issue