Skip to content

Commit

Permalink
Merge pull request #87 from marv7000/print_help
Browse files Browse the repository at this point in the history
cli: Print help text if no args provided
  • Loading branch information
avdgrinten authored Jan 13, 2025
2 parents 859a822 + 401e4d4 commit c43874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def main():
elif args.command == "maintainer":
do_maintainer(args)
else:
assert not "Unexpected command"
main_parser.print_help()
except (
xbstrap.base.ExecutionFailureError,
xbstrap.base.PlanFailureError,
Expand Down

0 comments on commit c43874b

Please sign in to comment.