Add sudo for writing bash completion to a global (#78712)

pull/78811/head
gryu7 3 years ago committed by GitHub
parent a02e22e902
commit ab8a291824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -250,9 +250,9 @@ Global completion requires bash 4.2.
.. code-block:: console
$ activate-global-python-argcomplete
$ activate-global-python-argcomplete --user
This will write a bash completion file to a global location. Use ``--dest`` to change the location.
This will write a bash completion file to a user location. Use ``--dest`` to change the location or ``sudo`` to set up the completion globally.
Per command configuration
^^^^^^^^^^^^^^^^^^^^^^^^^

Loading…
Cancel
Save