ENH: CLI: set the default pipe to null to remove warning

Change-Id: I9e2cbb3bba02892a6a97a6a3e0bd9b0f729d202a
(cherry picked from commit 1b94c924919c60231e9a87717d0b51204e37dcbc)
This commit is contained in:
lane.wei 2023-04-04 12:22:30 +08:00 committed by Lane.Wei
parent 4d958df4b3
commit 4e5ed34fde
2 changed files with 5 additions and 3 deletions

View file

@ -4668,7 +4668,7 @@ CLIActionsConfigDef::CLIActionsConfigDef()
def->label = L("Send progress to pipe");
def->tooltip = L("Send progress to pipe.");
def->cli_params = "pipename";
def->set_default_value(new ConfigOptionString("cli_pipe"));
def->set_default_value(new ConfigOptionString(""));
}
//BBS: remove unused command currently