2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Removed generic json output support and only add it for the help operation

This commit is contained in:
Geert Bevin 2024-07-14 15:22:45 -04:00
parent 48c43a05ed
commit 8e02a3ac7e
6 changed files with 54 additions and 132 deletions

View file

@ -1,3 +0,0 @@
{
"error": "{{v error-message/}}"
}

View file

@ -1,8 +0,0 @@
{
"commands": {{{v commands}}{{/v}}{{b command}}{{v separator/}}
"{{v command/}}": {
"out": "{{v out/}}",
"err": "{{v err/}}"
}{{/b}}
}
}