Skip to content

Commit

Permalink
Merge pull request #105 from bckohan/v2.x.x
Browse files Browse the repository at this point in the history
fix comment size on howto example
  • Loading branch information
bckohan authored Jul 30, 2024
2 parents 9faacc4 + c4f65e6 commit a4c449f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/apps/howto/management/commands/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
class Command(TyperCommand):
@group()
def group1(self, common_option: bool = False):
# you can define common options that will be available to all subcommands
# of the group, and implement common initialization logic here.
# you can define common options that will be available to all
# subcommands of the group, and implement common initialization
# logic here.
...

@group()
Expand Down

0 comments on commit a4c449f

Please sign in to comment.