Skip to content

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

Open
@holgerbrandl

Description

@holgerbrandl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions