camall3n/onager

'launch' subcommand should remember the jobname from the last 'prelaunch'

camall3n opened this issue · 2 comments

Currently, the default workflow is:

onager prelaunch +jobname myjob [...]
[tons]
[of]
[output]
[goes]
[here]
onager launch --jobname [wait what was the jobname again?]

This means you have to scroll back up through potentially multiple pages of generated output to find the jobname.

If you use the auto-launch feature, it should maybe print out the jobname it thinks you wanted to use

Neev: Same for #31