Add default value for command line argument mode (#146)

This commit is contained in:
Neroll
2025-07-09 20:26:19 +08:00
committed by GitHub
parent 20d257576a
commit 37568935ec

View File

@@ -16,6 +16,7 @@ cl::opt<std::string>
mode("mode",
cl::cat(category),
cl::value_desc("pipe|socket|indexer"),
cl::init("pipe"),
cl::desc("The mode of clice, default is pipe, socket is usually used for debugging"));
cl::opt<std::string> config_path(