fritsche/hhdea

Parameter setting is confusing

Closed this issue · 2 comments

It would be nice the use of Commons CLI.
This would allow optional parameters, and avoid the current positional strategy.

Done at #14 .

Simplify parameters setting by turning all of them optional (with default values).

  • This will help on issue #16 .
  • This will ease the inclusion of new parameters.