remove_command
appimage_updater.commands.remove_command
¶
Remove command implementation.
logger = logging.getLogger(__name__)
module-attribute
¶
RemoveCommand(params)
¶
Command to remove applications from configuration.
Source code in src/appimage_updater/commands/remove_command.py
console = Console(force_terminal=False, no_color=True)
instance-attribute
¶
params = params
instance-attribute
¶
execute(output_formatter=None)
async
¶
Execute the remove command.