mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 01:32:20 -05:00
Switching to using StrEnum, which is in an external lib until 3.11.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -238,7 +238,8 @@ def rebuild_ft_billing_for_day(service_id, day):
|
||||
"-a",
|
||||
"--auth_type",
|
||||
required=False,
|
||||
help="The authentication type for the user, AuthType.SMS or AuthType.EMAIL. Defaults to AuthType.SMS if not provided",
|
||||
help="The authentication type for the user, AuthType.SMS or AuthType.EMAIL. "
|
||||
"Defaults to AuthType.SMS if not provided",
|
||||
)
|
||||
@click.option(
|
||||
"-p", "--permissions", required=True, help="Comma separated list of permissions."
|
||||
|
||||
Reference in New Issue
Block a user