You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/06/12 19:27:32 UTC

[GitHub] [incubator-seatunnel] mans2singh commented on pull request #2008: [Bug][seatunnel-core-flink] Updated FlinkRunMode enum to get the proper help message for run modes.

mans2singh commented on PR #2008:
URL: https://github.com/apache/incubator-seatunnel/pull/2008#issuecomment-1153269503

   With the updated run mode, the help option now prints:
   
   `bash-3.2$ bin/start-seatunnel-flink.sh -h
   Usage: start-seatunnel-flink.sh [options]
     Options:
       -t, --check    check config (default: false)
     * -c, --config   Config file
       -h, --help     Show the usage message
       -r, --run-mode job run mode, run or run-application (default: run) 
                      (values: [run, run-application])
       -i, --variable variable substitution, such as -i city=beijing, or -i 
                      date=20190318 (default: [])`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org