66676869707172
return helpText.toString(); } @Override public Completor[] getCompletors() { return new Completor[]{new ServiceCompletor(shell), new ServiceOperationCompletor(shell), new NullCompletor()}; }