# shellcheck shell=dash
___x_cmd_java_co(){
    [ "$#" -gt 0 ] || set -- "$(___x_cmd_cmds_cat)"
    ___x_cmd chat --request --type co,java --minion "$___X_CMD_ROOT_MOD/java/lib/minion/co.yml" "$@"
}

# using the java facility to test the code

___x_cmd_java_coco(){
    [ "$#" -gt 0 ] || set -- "$(___x_cmd_cmds_cat)"
    # Consider refine the code ...
    ___x_cmd chat --request --type coco,java --minion "$___X_CMD_ROOT_MOD/java/lib/minion/coco.yml" "$@"
}

