Sergei Skuratovich

Results 2 issues of Sergei Skuratovich

```java parser.addArgument("-o", "--output") .type(FileOutputStream.class) .setDefault(System.out) .metavar("FILE") .help("Output file."); ``` The code above gives this help output: ``` -o FILE, --output FILE Output file. (default: java.io. PrintStream@1b9e1916) ``` Default value looks...

parser help

Conversion attempt of ["1", "two", "3", "four"] to schema throws exception with message "Failed to load schema: Cannot read properties of null (reading 'type')". The cause is that mergeSchemaObjs returns...