apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.96k stars 310 forks source link

fix(shell): Add PARSE_OPT_STRS marco for shell command execute flag input mode #2040

Closed Samunroyu closed 3 weeks ago

Samunroyu commented 4 weeks ago

The marco PARSE_STRS execute strs with param_index,and it only execute the number of params_index of input strs.

The marco PARSE_OPT_STRS can execute input strs with flag.

The historical flag input mode should be continued.