I am just starting out with Zig, so I may be misunderstanding something, but it seems that currently it isn't possible to use commands that are optional, meaning you can run the program with a command or without.
I am running Zig nightly with the flags master branch.
Would this be possible to accomplish using a specially-named "default" command, or something of that nature?
I am just starting out with Zig, so I may be misunderstanding something, but it seems that currently it isn't possible to use commands that are optional, meaning you can run the program with a command or without.
I am running Zig nightly with the flags master branch.
Would this be possible to accomplish using a specially-named "default" command, or something of that nature?