zigcli
zigcli copied to clipboard
multiple value support
Problem Statement
The current implementation does not support multiple values. As a result, using syntax like -opt xx -opt aa is not feasible out of the box.
Proposal
To address this limitation, we propose utilizing a [][]u8 data structure to accommodate multiple value arguments. This change will enable the command-line interface to handle multiple values for options seamlessly.