bash/completion

This commit is contained in:
Marc Beninca 2020-03-07 23:19:26 +01:00
parent ce3489e19d
commit cbff48041e
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Completion
==========
.. code:: shell
_completion_loader long_command
.. code:: shell
complete -p long_command
.. todo:: aliases

View File

@ -4,4 +4,5 @@ bash
.. toctree:: .. toctree::
configure configure
completion
snippets snippets