How to implement code for a Client to invoke a command from the command line

I'm setting up a server to do testing for my chess engine. Someone else wrote the code for the server and I only need to fiddle with configs and settings. What does "Client will invoke ./engine bench from the command line" even mean? How is my engine supposed to process that?
image.png
Was this page helpful?