NEW: support clean print error

Change-Id: I0d0b6b5dae22bf5ee793d748d3afb5d45fbf744a
This commit is contained in:
Stone Li 2023-03-16 12:26:23 +08:00 committed by Lane.Wei
parent 8675815fb3
commit 9606a04117
4 changed files with 24 additions and 4 deletions

View file

@ -692,6 +692,7 @@ public:
int command_get_version(bool with_retry = true);
int command_request_push_all();
int command_pushing(std::string cmd);
int command_clean_print_error(std::string task_id);
/* command upgrade */
int command_upgrade_confirm();