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 7158f26 commit 5c949e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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.
If using ``pyproject.toml`` ``[project.scripts]`` entry points, the ``PYTHON_ARGCOMPLETE_OK`` marker 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``::

Expand Down

0 comments on commit 5c949e9

Please sign in to comment.