docopt.java icon indicating copy to clipboard operation
docopt.java copied to clipboard

it should allow for empty lines between options and the "options" section should allow for alternative names

Open holgerbrandl opened this issue 9 years ago • 0 comments

This is according to http://try.docopt.org/ a valid docopt string but does not yet work with the java-version

Usage: jl status [options] [<joblist_file>]

Main Options:
 --report     Create an html report for this joblist

 --failed     Only print the status for final but not yet done jobs in this joblist. This could be because those job
              failed due to incorrect user logic, or because the queuing system killed them
              has been completely processed without errors. Useful for flow-control in bash scripts.
 --killed     Only print the status of jobs killed by the queuing system.

Other:
 --ids        Limit reporting to the comma-separted list of jobs ids
 --by_name    Limit reporting to those jobs whose names match the given regex
 --verbose    include more job details in the table like log files etc.
 --no_header  Do not print the joblist summary as header

holgerbrandl avatar Apr 29 '16 08:04 holgerbrandl