diff --git a/src/clice.cc b/src/clice.cc index ebb01266..b5e07929 100644 --- a/src/clice.cc +++ b/src/clice.cc @@ -75,11 +75,10 @@ cl::opt log_level{ cl::desc("The log level, default is info"), }; -cl::opt> plugin_paths{ +cl::list plugin_paths{ "plugin-path", cl::cat(category), - cl::value_desc("string"), - cl::init(std::vector{}), + cl::value_desc("path1,path2,path3,..."), cl::desc("The server plugins to load"), cl::CommaSeparated, };