Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
holgerbrandl opened this issue Apr 29, 2016 · 0 comments

Comments

@holgerbrandl
Copy link

holgerbrandl commented Apr 29, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant