flux.cli.run module

class flux.cli.run.RunCmd(prog, usage=None, description=None)

Bases: SubmitBaseCmd

RunCmd is identical to SubmitCmd, except it attaches the the job after submission. Some additional options are added to modify the attach behavior.

Usage: flux run [OPTIONS] cmd ...

main(args)