CLI - fix token cleaning option
This commit is contained in:
parent
b96a682eb8
commit
8dc7761c48
@ -19,7 +19,7 @@ def oauth2_cli() -> None:
|
|||||||
|
|
||||||
|
|
||||||
@oauth2_cli.command('clean')
|
@oauth2_cli.command('clean')
|
||||||
@click.option('--days', type=int, help='Number of days.')
|
@click.option('--days', type=int, required=True, help='Number of days.')
|
||||||
def clean(
|
def clean(
|
||||||
days: int,
|
days: int,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user