ArgsParserImpl: Console width not set correctly

Issue #1 resolved
Siegfried Steiner created an issue

In cygwin I get the following:

LOGGER.info("Width := " + SystemUtility.getConsoleWidth());

The ArgsParserImpl does not take care of thecase of -1 being returned.

Workaround:

theArgsParser.setConsoleWidth(80);

Comments (1)

  1. Log in to comment