pub fn validate_and_forward_args()
Expand description

Parses the command line arguments, validates that they are supported by rust-driver-makefile.toml, and forwards them to cargo-make by printing them to stdout.

§Panics

This function will panic if there’s an internal error (i.e. bug) in its argument processing.