From the option parser I get the idea that --branch and -b should be able to select the experiment branch.
There is a -branch option which is currently interpreted by OptionParser to be --branchranch. The -b option is configured for both the brief and branch option.
From the option parser I get the idea that
--branch
and-b
should be able to select the experiment branch.There is a
-branch
option which is currently interpreted by OptionParser to be--branchranch
. The-b
option is configured for both the brief and branch option.