Skip to content

Commit

Permalink
fix: properly present help when posargs have no help (#5178)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <[email protected]>
  • Loading branch information
sergiusens authored Dec 16, 2024
1 parent 5fbcf93 commit f97d032
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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

0 comments on commit f97d032

Please sign in to comment.