Skip to content

new system integration options broke shell completions #15

Open
@xdBronch

Description

@xdBronch

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

_arguments:comparguments:327: invalid argument: (none)[-]:
_arguments:comparguments:327: invalid argument: (none)[-]:
_arguments:comparguments:327: invalid argument: (none)[-]:

this is due to the new section from ziglang/zig#18778

Available System Integrations:                Enabled:
(none)                                        -

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions