Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly present help when posargs have no help #5178

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Core
* Improve snapcraft.yaml validation to fail sooner with a better message
when given invalid values for ``command``, ``stop-command``,
``post-stop-command``, ``reload-command``, and ``bus-name``.
* Fix crash in command line help when positional arguments exist with
no associated help.

8.5.0 (2024-Nov-19)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ craft-archives==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-cli==2.10.1
craft-cli==2.12.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ craft-archives==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-cli==2.10.1
craft-cli==2.12.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ craft-archives==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-cli==2.10.1
craft-cli==2.12.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
Loading