Add default value for command line argument mode (#146)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user