remove v2

This commit is contained in:
simon 2024-12-04 09:48:43 -08:00
parent 4c9f3343c3
commit 2a1d3cc77e

View File

@ -340,7 +340,7 @@ def login(loglevel: constants.LogLevel = typer.Option(config.loglevel)):
@cli.command() @cli.command()
def logoutv2( def logout(
loglevel: constants.LogLevel = typer.Option( loglevel: constants.LogLevel = typer.Option(
config.loglevel, help="The log level to use." config.loglevel, help="The log level to use."
), ),