You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a zig project with no system integrations options ask for shell completions with the prompt zig build -
rather than completing options like before it will print out
the completions in general need to be updated quite a bit, can they be autogenerated? im not familiar with sed and it seems extremely tedious doing any of this manually
moved from ziglang/zig#18866
Steps to Reproduce and Observed Behavior
in a zig project with no system integrations options ask for shell completions with the prompt
zig build -
rather than completing options like before it will print out
this is due to the new section from ziglang/zig#18778
if there are any system integration options the completions will work again
this is on zsh, i dont have shell completions setup for anything else so im not sure if it happens for those, sorry.
Expected Behavior
give completions for build options
The text was updated successfully, but these errors were encountered: