using the example given in the README.md to start minicli. I had the following error:

This is because you are appending a null to the config array by default and no config is passed when instantiating.

using an empty array as a default value solves the problem and suites better as the type hint is an array
