Georg Mittendorfer

Results 2 issues of Georg Mittendorfer

### Expected behaviour No test failures when running `yarn make` on master. ### Actual behaviour command line: ``` yarn make yarn run v1.3.2 $ npm run test && npm run...

### Current behaviour: Currently the following registration (assuming there is some pojo named `command`) ``` CommandRegistration.builder() .command("some-command") .withTarget().method(command, "add").and() .withOption().longNames("identity").and() .build(); ``` matches the method ``` public String add(String identity)...

type/enhancement