fix_command
appimage_updater.commands.fix_command
¶
Fix command implementation for repairing managed symlinks and .info files.
logger = logging.getLogger(__name__)
module-attribute
¶
FixCommand(params)
¶
Command to repair managed symlinks and .info files for a single app.
Source code in src/appimage_updater/commands/fix_command.py
params = params
instance-attribute
¶
execute(output_formatter=None)
async
¶
Execute the fix command.