Skip to content

Commit

Permalink
small help formatting change when a command has not args
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed May 13, 2021
1 parent 18db1f7 commit c13c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def print_help(self):
if self.arguments_description:
print(self.arguments_description)
else:
print("No args")
print("No args\n")

if self.aliases:
print("Aliases")
Expand Down

0 comments on commit c13c662

Please sign in to comment.