We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac61d8 commit 7158f26Copy full SHA for 7158f26
README.rst
@@ -40,6 +40,9 @@ follows:
40
args = parser.parse_args()
41
...
42
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
+
46
Register your Python application with your shell's completion framework by running ``register-python-argcomplete``::
47
48
eval "$(register-python-argcomplete my-python-app)"
0 commit comments