I have a simple assert_parameters check for argument count. It goes something like this:
assert_parameters
check::assert_parameters(argc, {"arg1", "arg2"});
Now, I want to add some optional parameters. How do I go about doing this?
Aucun commentaire:
Enregistrer un commentaire