config_command
appimage_updater.commands.config_command
¶
Config command implementation.
ConfigCommand(params)
¶
Command to manage global configuration settings.
Source code in src/appimage_updater/commands/config_command.py
console = Console()
instance-attribute
¶
params = params
instance-attribute
¶
execute(output_formatter=None)
async
¶
Execute the config command.
Source code in src/appimage_updater/commands/config_command.py
validate()
¶
Validate command parameters.