Given an existing process, previously started with: (fhpd) run arg1 arg2 arg3 then a later: (fhpd) run should re-start the process passing the original argument list.
This is work in progress, the code is in, a test case needs to be written for it.
Fixed in HEAD in StartRun.java and tests added to TestStartCommand.java and TestRunCommand.java.