()
| 153 | } |
| 154 | |
| 155 | @Override |
| 156 | public Options getOptions() { |
| 157 | return super.getOptions() |
| 158 | .addOptionGroup(ROOT_OPTION) |
| 159 | .addOptionGroup(RUNNING_OPTION) |
| 160 | .addOption(SAME_USER_OPTION) |
| 161 | .addOptionGroup(DIRECTORY_OPTION) |
| 162 | .addOptionGroup(CLOUD_OPTION) |
| 163 | .addOption(MESSAGE_OPTION) |
| 164 | .addOption(TIMEOUT_OPTION) |
| 165 | .addOption(EXIT_CODE_OPTION) |
| 166 | .addOption(CommonCLIOptions.CREDENTIALS_OPTION); |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Returns 100 error code for a true "error", otherwise returns the number of tests that failed. |
nothing calls this directly
no test coverage detected