00JCIV00
00JCIV00
Yea, hopefully not too much longer. I've considered using `builtin.version` to support both, but it's used in too many areas to support a bandaid fix like that.
@Ratakor > You could follow zig master on main and have a tagged release for 0.13.0. This way both master and 0.13.0 users could use cova. Appreciate you showing interest...
Hey, I appreciate your interest in Cova. Regarding the styling issues, I am not a fan of `zig fmt`'s opinions and have decided to purposefully keep it disabled for the...
@AMythicDev You can accomplish this using the `vals_mandatory` field of a single Command, or the `global_vals_mandatory` in your Command Config for all Commands. The limitation here is that the Values...
That's doable, but it'd be a somewhat heavy change to the Value parsing. If I do implement it, I'll likely go with Mandatory Values first. Let me think about it...
@AMythicDev Not yet. I'm deeply focused on another project at the moment and haven't had a chance to see if I like the way it'll fit in. In the meantime,...