remove_handler
appimage_updater.cli.handlers.remove_handler
¶
Remove command handler for CLI.
RemoveCommandHandler()
¶
Handler for the remove command.
Source code in src/appimage_updater/cli/handlers/remove_handler.py
console = Console()
instance-attribute
¶
get_command_name()
¶
register_command(app)
¶
Register the remove command with the Typer application.
Source code in src/appimage_updater/cli/handlers/remove_handler.py
validate_options(**kwargs)
¶
Validate remove command options.