We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can run the scripts in the test/matchengine folder but they don't corelate with the code in me_cli.c
The test scripts use:
./cli.exe host port cmd data
But the code in me_cli.c suggests I should use somthing like:
./cli.exe balance get user_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can run the scripts in the test/matchengine folder but they don't corelate with the code in me_cli.c
The test scripts use:
But the code in me_cli.c suggests I should use somthing like:
The text was updated successfully, but these errors were encountered: