Skip to content

config: Fix config:get

Kosta Harlan requested to merge fix-config-get into main

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

Merge request reports