no more doubledec and doubleenc
This commit is contained in:
parent
325b6d4961
commit
628cf77b9f
3 changed files with 23 additions and 71 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue