# shellcheck shell=dash
# ___x_cmd_pkg_sphere_boot --sphere X from bootrc
___x_cmd_pkg_sphere_boot_all(){
    pkg:sphere:parse:option
    ___x_cmd_pkg_sphere_bootrc load --sphere "$sphere_name" --sphereroot "$___X_CMD_PKG_ROOT_SPHERE"
}


___x_cmd_pkg_sphere_unboot_all(){
    pkg:sphere:parse:option
    ___x_cmd_pkg_sphere_bootrc unload --sphere "$sphere_name" --sphereroot "$___X_CMD_PKG_ROOT_SPHERE"
}


