Skip to content
Snippets Groups Projects
Commit d6aec5c1 authored by Bensong Liu's avatar Bensong Liu
Browse files

add veresion info

parent f9759106
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ void naive_json_access_path(json &input, rlib::string json_path) {
int main(int argc, char **argv) {
rlib::opt_parser args(argc, argv);
if(args.getBoolArg("-h", "--help")) {
rlib::println("json2table version 1.0.1, maintainer Recolic Keghart <root@recolic.net>");
rlib::println("Usage: cat xxx.json | json2table");
rlib::println("Usage: curl https://myapi/getJson | json2table /path/to/subobject");
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment