Skip to content

Commit

Permalink
Remove nargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihfazhillah authored and Dresdn committed Sep 1, 2024
1 parent be2fd51 commit d11c2ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument(
"--domain_url",
nargs=1,
required=True,
type=str,
help="The URL for the public tenant's domain.",
)
parser.add_argument(
"--owner_email",
nargs=1,
required=True,
type=str,
help="Email address of the owner user.",
Expand Down

0 comments on commit d11c2ed

Please sign in to comment.