Added mechanism to display help of additional (undeclared) options.
This commit is contained in:
@@ -41,8 +41,8 @@ public class PersistencePlot extends Panel{
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
channelSelector.configure(ChannelSelector.Type.Epics, "http://epics-boot-info.psi.ch", "sls", 3000);
|
||||
if (App.hasArgument("channel")){
|
||||
channelSelector.setText(App.getArgumentValue("channel"));
|
||||
if (App.hasAdditionalArgument()){
|
||||
channelSelector.setText(App.getAdditionalArgument());
|
||||
}
|
||||
if (App.hasArgument("start")){
|
||||
buttonStartActionPerformed(null);
|
||||
|
||||
Reference in New Issue
Block a user