Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

It is easy to make mistakes due to type of parameters when use picocli in Scala. It is suggested that you

  1. Have all parameters prepared before using them.

  2. manually specify types of arguments when preparing parameters.

  3. Never use args("some-parameters") directly.