| 43 | public static final String ARGUMENT_CHARACTER = "-"; |
| 44 | |
| 45 | public static class ArgumentException extends Exception { |
| 46 | public ArgumentException() { super(); } |
| 47 | public ArgumentException(String message) { super(message); } |
| 48 | }; |
| 49 | |
| 50 | public static class Option { |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…