Skip to content

Commit 7158f26

Browse files
authored
Update README.rst
1 parent 9ac61d8 commit 7158f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ follows:
4040
args = parser.parse_args()
4141
...
4242
43+
If using `pyproject.toml` `project.scripts` entry points, the `PYTHON_ARGCOMPLETE_OK` should appear at the beginning of the
44+
file that contains the entry point.
45+
4346
Register your Python application with your shell's completion framework by running ``register-python-argcomplete``::
4447

4548
eval "$(register-python-argcomplete my-python-app)"

0 commit comments

Comments
 (0)