{'delay':(Delay, [ArgUnknown(min= 1, max= 1)], [cli_option("--no-maste
r", dest= "on_master", default= True, action= "store_false", help= "Do
not sleep in the master code"), cli_option("-n", dest= "on_nodes", de
fault= [], action= "append", help= "Select nodes to sleep on"), cli_op
tion("-r", "--repeat", type= "int", default= "0", dest= "repeat", help
= "Number of times to repeat the sleep"), DRY_RUN_OPT,], "[opts...] <d
uration>", "Executes a TestDelay OpCode"), 'submit-job':(GenericOpCode
s, [ArgFile(min= 1)], [VERBOSE_OPT, cli_option("--op-repeat", type= "i
...
|