We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zsh completion on the latest buck shows an error before listing the completions:
The error repeats once when cycling through the options using TAB:
Versions:
The text was updated successfully, but these errors were encountered: