You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is according to http://try.docopt.org/ a valid docopt string but does not yet work with the java-version
The text was updated successfully, but these errors were encountered: