zigcli icon indicating copy to clipboard operation
zigcli copied to clipboard

multiple value support

Open xihale opened this issue 1 year ago • 0 comments

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.

xihale avatar Feb 04 '25 01:02 xihale