rfdonnelly / jobrnr

Jobrnr runs jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indent for multi-line description (PlusOptionParser)

rfdonnelly opened this issue · comments

Multi-line descriptions are not indented properly. Only first line is indented.

Example:

Jobrnr::PlusOptionParser.parse({description: "a\nb", options: {}}, '+help')
DESCRIPTION

  a
b