@override String convert() { final map = { 'name': _commandName(_root), ..._commandBody(_root, isRoot: true), }; return YamlWriter().write(map); }