We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9faacc4 + c4f65e6 commit a4c449fCopy full SHA for a4c449f
tests/apps/howto/management/commands/groups.py
@@ -4,8 +4,9 @@
4
class Command(TyperCommand):
5
@group()
6
def group1(self, common_option: bool = False):
7
- # you can define common options that will be available to all subcommands
8
- # 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
9
+ # logic here.
10
...
11
12
0 commit comments