Skip to content

error_handling

appimage_updater.config.cmd.error_handling

Error handling utilities for the config command.

This module contains functions for handling configuration errors and providing user-friendly error messages.

console = Console(no_color=(bool(os.environ.get('NO_COLOR')))) module-attribute