CLI tools no pvRequest parsing by default

This commit is contained in:
Michael Davidsaver
2020-03-05 16:00:28 -08:00
parent 4207b6639b
commit d96fe58c8b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
{
logger_config_env(); // from $PVXS_LOG
bool verbose = false;
std::string request("field()");
std::string request;
{
int opt;