(String[] args)
| 23 | } |
| 24 | |
| 25 | public static void main(String[] args){ |
| 26 | try { |
| 27 | usage(); |
| 28 | } catch (ApiException | NoApiKeyException | InputRequiredException e) { |
| 29 | System.out.println(e.getMessage()); |
| 30 | } |
| 31 | System.exit(0); |
| 32 | } |
| 33 | } |
nothing calls this directly
no test coverage detected