zig usage is not compliant with standard usage string #207
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
The following code mandates that
--name
and--export
are provided. If they're required, they shouldn't be in the options section and be provided as arguments.The solutions are:
zip build <name> <export_type> <sources>...
--name
and multiple sources) and the user isn't forced to use them.It creates initial churn when a new user types
zig build my_file.zig
.The text was updated successfully, but these errors were encountered: