Ask a question to get started
Enter to send•Shift+Enter new line
warn_non_wolfi_distro( config_json: dict, *, emit: Callable[[str], None] |
Show warning if image_distro is not set to 'wolfi'.
When emit is provided, each warning line is sent through it (used by callers that need JSON-aware output). Otherwise falls back to colored click.secho output.
emit
click.secho