You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the CLI via these arguments as I didn't know what the expected inputs because of lack of an example or docs are.
./json2cpp test ./test.json ./test.cpp
It seems the third argument is incorrect as it should be a name. The arguments need to be validated to prevent segmentation faults. Also, it would be useful to have more documentation.
The correct way to use the CLI is
./json2cpp test ./test.json test
The text was updated successfully, but these errors were encountered:
I tried to use the CLI via these arguments as I didn't know what the expected inputs because of lack of an example or docs are.
./json2cpp test ./test.json ./test.cpp
It seems the third argument is incorrect as it should be a name. The arguments need to be validated to prevent segmentation faults. Also, it would be useful to have more documentation.
The correct way to use the CLI is
The text was updated successfully, but these errors were encountered: