"""CLI subcommands.""" from .update import update_cmd # alias: upgrade is the same as update upgrade_cmd = update_cmd __all__ = ["update_cmd", "upgrade_cmd"]