Open ghost opened 9 years ago
The output of docmanager looks a bit cryptic, e.g. this example from the doc-sle repo:
$ docmanager get xml/net_dns.xml xml/net_sdn.xml xml/net_dns.xml -> bugtracker= translation=yes xml/net_sdn.xml -> bugtracker=
The output would be a lot easier to read if it was formatted like this:
$ docmanager get xml/net_dns.xml xml/net_sdn.xml - xml/net_dns.xml: - bugtracker: [empty] - translation: yes - xml/net_sdn.xml: - bugtracker: [empty]
Note the addition of a couple of newlines, explicitly writing out "[empty]" if the property exists but is not set to a value and the use of colons instead of equal signs
I noticed that there is also -f table which is a lot more readable too. So, making that the default would work for me.
-f table
The output of docmanager looks a bit cryptic, e.g. this example from the doc-sle repo:
The output would be a lot easier to read if it was formatted like this:
Note the addition of a couple of newlines, explicitly writing out "[empty]" if the property exists but is not set to a value and the use of colons instead of equal signs