Currently there's no way to mark a ValueT as optional and the only possible workaround to this is to use a OptionT with a val field which limits the ergonomics on the CLI side. Having optional values can allow certain values to be passed directly without any prefix option.
Currently there's no way to mark a
ValueTas optional and the only possible workaround to this is to use aOptionTwith avalfield which limits the ergonomics on the CLI side. Having optional values can allow certain values to be passed directly without any prefix option.