restore shellArguments.c no modify status

This commit is contained in:
Alex Duan 2024-11-28 17:20:13 +08:00
parent 47625d6ddc
commit cdbb473f7d
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ void shellPrintHelp() {
printf("\r\n\r\nReport bugs to %s.\r\n", "support@taosdata.com");
#endif
}
#ifdef LINUX
#include <argp.h>
#ifdef _ALPINE