fix: Apply black formatting to resolve CI formatting issues
This commit is contained in:
@@ -238,7 +238,12 @@ def generate_all(
|
||||
|
||||
@main.command("auth")
|
||||
@click.argument("scheme_name")
|
||||
@click.option("--type", "auth_type", type=click.Choice(["apiKey", "bearer", "basic"]), help="Authentication type")
|
||||
@click.option(
|
||||
"--type",
|
||||
"auth_type",
|
||||
type=click.Choice(["apiKey", "bearer", "basic"]),
|
||||
help="Authentication type",
|
||||
)
|
||||
@click.option("--header", help="Header name for API key", default="X-API-Key")
|
||||
@click.option("--token", help="Bearer token or API key value")
|
||||
@click.option("--username", help="Username for Basic auth")
|
||||
|
||||
Reference in New Issue
Block a user