acelyc111 commented on code in PR #2221: URL: https://github.com/apache/incubator-pegasus/pull/2221#discussion_r2042306829
########## src/shell/command_utils.h: ########## @@ -36,13 +37,14 @@ class host_port; struct shell_context; -// Check if there is not any other positional argument except the command, which means only -// parameters and flags are needed. -inline dsn::error_s no_pos_arg(const argh::parser &cmd) +// Check if there is exact n positional arguments except the command, where n >= 0. Review Comment: ```suggestion // Check if there are exact n positional arguments except the command, where n >= 0. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
