parallel-gnuplot 0.2.2

Parallel calls to GNUPlot. Calls the same GNUPlot script once for each data file block.
name: Parallel GNUPlot
about: Calls the same GNUPlot script once for each data file block
long-about: Parallel calls to GNUPlot. Calls the same GNUPlot script once for each data file block. Please, note `GNUPlot` has copyrights, and `parallel-gnuplot` is not a modified version of GNUPlot.
args:
  - DATAS:
      help: paths to files containing the data
      short: d
      long: data
      required: false
      empty_values: false
      value_name: DATAS
      takes_value: true
      multiple: true
  - GNUPLOTSCRIPT:
      help: path to GNUPlot script file; if omitted GNUPLOT is not called and files are kept
      short: g
      long: gnuplot
      value_name: GNUPLOTSCRIPT
      takes_value: true
      required: false
      empty_values: false
  - TMPFOLDER:
      help: path to temporary folder
      short: t
      long: tmp
      value_name: TMPFOLDER
      takes_value: true
      required: false
      empty_values: false
  - JOBS:
      help: Amount of threads
      short: j
      long: jobs
      required: false
      multiple: false
      value_name: JOBS
      takes_value: true
      empty_values: false
  # - VERBOSE:
  #     help: Level of verbosity
  #     short: v
  #     required: false
  #     multiple: true
  #     takes_value: false
  - KEEPDATA:
      help: Do not delete output files
      short: k
      long: keep
      required: false
      multiple: false
      takes_value: false
  - KNOW:
      help: Do not wait is case of potential argument or flag error
      long: iknowwhatiamdoing
      required: false
      multiple: false
      takes_value: false
  - INITIALINDEX:
      help: Default is 0
      long: initial
      required: false
      multiple: false
      takes_value: true
      value_name: INITIALINDEX
      empty_values: false
  - STOP:
      help: Stop when BLANK_NO files get to their last blocks (0 is all, which is default)
      long: stop
      short: s
      required: false
      multiple: false
      takes_value: true
      value_name: BLANK_NO
      empty_values: false
  - COMMENT:
      help: Set of characters representing a single line comment
      long: comment
      required: false
      multiple: true
      takes_value: true
      value_name: COMMENT
      empty_values: false