diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/Pagoda.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/Pagoda.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/Pagoda.java b/src/uk/ac/ox/cs/pagoda/Pagoda.java index 4ad7678..04920c4 100644 --- a/src/uk/ac/ox/cs/pagoda/Pagoda.java +++ b/src/uk/ac/ox/cs/pagoda/Pagoda.java | |||
| @@ -30,6 +30,7 @@ public class Pagoda implements Runnable { | |||
| 30 | 30 | ||
| 31 | public static void main(String... args) { | 31 | public static void main(String... args) { |
| 32 | 32 | ||
| 33 | // TODO treat the mandatory options as simple args | ||
| 33 | Options options = new Options(); | 34 | Options options = new Options(); |
| 34 | options.addOption(Option.builder(OPTION_ONTOLOGY) | 35 | options.addOption(Option.builder(OPTION_ONTOLOGY) |
| 35 | .argName(OPTION_ONTOLOGY) | 36 | .argName(OPTION_ONTOLOGY) |
