add_command
appimage_updater.commands.add_command
¶
Add command implementation.
AddCommand(params)
¶
Command to add a new application to configuration.
Source code in src/appimage_updater/commands/add_command.py
console = Console()
instance-attribute
¶
params = params
instance-attribute
¶
execute(output_formatter=None)
async
¶
Execute the add command.
Source code in src/appimage_updater/commands/add_command.py
validate()
¶
Validate command parameters.