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
jj help <tab>
In jj 0.23 this doesn't work in bash/fish/zsh, in jj 0.22 this worked in bash
0.23: zsh/fish not work, bash:
$ jj help <tab> -k --ignore-immutable --no-pager -R --at-op --config-toml -h --at-operation --help --keyword --debug [COMMAND]... --repository --color --ignore-working-copy --quiet
I guess [COMMAND]... is shown because of #4518
[COMMAND]...
0.18, 0.20, 0.21, 0.22: zsh/fish not work, bash:
$ jj help <tab> abandon debug fix operation show untrack backout describe git parallelize sparse version bookmark diff init prev split workspace branch diffedit interdiff rebase squash help cat duplicate log resolve status checkout edit merge restore tag chmod evolog move revert util commit file new root undo config files next run unsquash
0.19: zsh not work, fish/bash work
nix shell 'nixpkgs/4aa36568#jujutsu'
nix shell 'nixpkgs/1925c603f#jujutsu'
nix shell 'nixpkgs/e9bf9df5e#jujutsu'
nix shell 'nixpkgs/05bbf6753#jujutsu'
nix build
Commands completed
Default shell completion is used (folders and files)
The text was updated successfully, but these errors were encountered:
Thanks for the report. Maybe we'll have to solve it with the kind of "dynamic" completions we have been been working on lately.
Sorry, something went wrong.
No branches or pull requests
Description
In jj 0.23 this doesn't work in bash/fish/zsh, in jj 0.22 this worked in bash
0.23: zsh/fish not work, bash:
I guess
[COMMAND]...
is shown because of #45180.18, 0.20, 0.21, 0.22: zsh/fish not work, bash:
0.19: zsh not work, fish/bash work
Steps to Reproduce the Problem
jj help <tab>
nix shell 'nixpkgs/4aa36568#jujutsu'
nix shell 'nixpkgs/1925c603f#jujutsu'
nix shell 'nixpkgs/e9bf9df5e#jujutsu'
nix shell 'nixpkgs/05bbf6753#jujutsu'
nix build
on v0.18.0 tagExpected Behavior
Commands completed
Actual Behavior
Default shell completion is used (folders and files)
Specifications
The text was updated successfully, but these errors were encountered: