Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk authored Dec 29, 2024
1 parent 9ac61d8 commit 7158f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ follows:
args = parser.parse_args()
...
If using `pyproject.toml` `project.scripts` entry points, the `PYTHON_ARGCOMPLETE_OK` should appear at the beginning of the
file that contains the entry point.

Register your Python application with your shell's completion framework by running ``register-python-argcomplete``::

eval "$(register-python-argcomplete my-python-app)"
Expand Down

0 comments on commit 7158f26

Please sign in to comment.