repository_command
appimage_updater.commands.repository_command
¶
Repository command implementation.
RepositoryCommand(params)
¶
Command to examine repositories.
Source code in src/appimage_updater/commands/repository_command.py
console = Console()
instance-attribute
¶
params = params
instance-attribute
¶
execute(output_formatter=None)
async
¶
Execute the repository command.
Source code in src/appimage_updater/commands/repository_command.py
validate()
¶
Validate command parameters.