# shellcheck shell=dash disable=SC2034

___x_cmd_writer_polish(){
    local op="$1"
    case "$op" in
        -h|--help)      ___x_cmd help -m writer polish  "$@"; return  ;;
    esac

    ___x_cmd_writer_request "${___X_CMD_DEFAULT_LANGUAGE:-"en"}" polish "$@"
}
