Commit a335a3f3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-tool: add json command support

parent 0e3e1e79
......@@ -43,6 +43,10 @@ EOF
showcmd estrlist "$@"
estrlist "$@"
;;
"json")
showcmd json "$@"
$SHAREDIR/tools_json "$@"
;;
*)
fatal "Unknown command $ epm tool $WHAT. Use epm print help for get help."
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment