You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto success = sqc_parser.check_syntax(m_runtime, *ppedStr, { path.string(), {} });
@@ -412,7 +412,7 @@ int cli::run(size_t argc, const char** argv)
412
412
413
413
// Preprocessing
414
414
CMDADD(TCLAP::MultiArg<std::string>, preprocessFileArg, "E", "preprocess-file", "Runs the preprocessor on provided file and prints it to stdout. " RELPATHHINT "!BE AWARE! This is case-sensitive!", false, "PATH");
415
-
CMDADD(TCLAP::MultiArg<std::string>, defineArg, "D", "define", "Allows to add PreProcessor definitions. Note that file-based definitions may override and/or conflict with theese.", false, "NAME|NAME=VALUE");
415
+
CMDADD(TCLAP::MultiArg<std::string>, defineArg, "D", "define", "Allows to add PreProcessor definitions. Note that file-based definitions may override and/or conflict with these.", false, "NAME|NAME=VALUE");
416
416
417
417
// Dummy Operators
418
418
CMDADD(TCLAP::MultiArg<std::string>, commandDummyNular, "", "command-dummy-nular", "Adds the provided command as dummy.", false, "NAME");
@@ -679,7 +679,7 @@ int cli::run(size_t argc, const char** argv)
0 commit comments