Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zsh tab completion error #737

Open
acceleratesage opened this issue Aug 7, 2024 · 0 comments
Open

Zsh tab completion error #737

acceleratesage opened this issue Aug 7, 2024 · 0 comments

Comments

@acceleratesage
Copy link

Zsh completion on the latest buck shows an error before listing the completions:

❯ buck2 __buck2_subcommand:3: substring expression: -1 < 1
  buck2
aquery                -- Perform queries on the action graph (experimental)
audit                 -- Perform lower level queries
build                 -- Build the specified targets
bxl                   -- Run BXL scripts
[...]

The error repeats once when cycling through the options using TAB:

❯ buck2 __buck2_subcommand:3: substring expression: -1 < 1
  buck2 __buck2_subcommand:3: substring expression: -1 < 1
aquery                -- Perform queries on the action graph (experimental)
[ ...]

Versions:

❯ zsh --version
zsh 5.9 (x86_64-apple-darwin23.0)
❯ buck2 --version
buck2 e125cda3f2c83ba5a0e668676840c183 <build-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant