# shellcheck shell=dash

___x_cmd_cfgy_obj_clear(){
    local config="${1:-${___X_CMD_CFGY_OBJ_DEFAULT_CONFIG}}"
    # TODO: how to handle the env?
    printf "%s\n" "profile: []" >"$config"
}

___x_cmd_cfgy_obj_isloaded(){
    ___x_cmd_cfgy_inner_isloaded "$___X_CMD_CFGY_OBJ_PREFIX"
}
