config: Fix config:get
Why:
- It's broken:
A cell must be a TableCell, a scalar or an object implementing "__toString()", "array" given
What:
- Add
bin/mw-metal config:get
to CI to prevent regressions - Fix formatting of rows in ConfigGet
Changelog: bugfix