Explorar el Código

`--toolchain-file` -> `--toolchain`

default_compile_flags
vector-of-bool hace 5 años
padre
commit
0e9b930303
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/dds/ddslim.main.cpp

+ 1
- 1
src/dds/ddslim.main.cpp Ver fichero

@@ -46,7 +46,7 @@ struct cli_build {
string_flag tc_filepath{cmd,
"toolchain_file",
"Path to the toolchain file to use",
{"toolchain-file", 'T'},
{"toolchain", 'T'},
(dds::fs::current_path() / "toolchain.dds").string()};

args::Flag build_tests{cmd, "build_tests", "Build the tests", {"tests", 't'}};

Cargando…
Cancelar
Guardar