how to pass 2 arguments into Command Argument


how do i pass in 2 arguments into the Command Arguments of Project Property ?

can i write something as this:

where the 2 arguments are seperated by a space ?

-r abc.txt



Last edited on
Have you tried using getopt_long? There's a good example here https://github.com/rvishnkr/getopt_long-with-google-test
Topic archived. No new replies allowed.