rfdonnelly / jobrnr

Jobrnr runs jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boolean Plus Option Help Format

rfdonnelly opened this issue · comments

Boolean plus option help format is incorrect.

Expected

OPTIONS

  +default-false[=<value>]
    Default: false

  +default-true[=<value>]
    Default: true

Actual

OPTIONS

  +default-false=<value>
    Default: false

  +default-true
    Default: true

Should change boolean options to GNU style (e.g. +option, +no-option) instead?