string_flag tc_filepath{cmd, | string_flag tc_filepath{cmd, | ||||
"toolchain_file", | "toolchain_file", | ||||
"Path to the toolchain file to use", | "Path to the toolchain file to use", | ||||
{"toolchain-file", 'T'}, | |||||
{"toolchain", 'T'}, | |||||
(dds::fs::current_path() / "toolchain.dds").string()}; | (dds::fs::current_path() / "toolchain.dds").string()}; | ||||
args::Flag build_tests{cmd, "build_tests", "Build the tests", {"tests", 't'}}; | args::Flag build_tests{cmd, "build_tests", "Build the tests", {"tests", 't'}}; |