no more doubledec and doubleenc

This commit is contained in:
Harald Hoyer 2016-09-07 18:04:13 +02:00
parent 325b6d4961
commit 628cf77b9f
3 changed files with 23 additions and 71 deletions

View file

@ -157,6 +157,7 @@ public class App {
}
public static void main(final String[] args) throws Exception {
final OptionParser parser = new OptionParser();
final OptionSpec<NetworkEnum> net = parser.accepts("net", "The network to run the examples on")
.withRequiredArg().ofType(NetworkEnum.class).defaultsTo(NetworkEnum.TEST);