Browse Source

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

default_compile_flags
vector-of-bool 5 years ago
parent
commit
0e9b930303
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/ddslim.main.cpp

+ 1
- 1
src/dds/ddslim.main.cpp View File

@@ -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'}};

Loading…
Cancel
Save