1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
519 stars 170 forks source link

No completions on CLI tools when using shell-plugins #344

Closed vdovhanych closed 1 year ago

vdovhanych commented 1 year ago

op CLI version

2.18.0

Goal or desired behavior

When using op plugin and having CLI tools being aliased to f.e. alias doctl="op plugin run -- doctl", the completions for the CLI tool is lost. I would like the completions to be available on those CLI tools.

Current behavior

When the CLI tool is aliased in this way from op plugin run -- doctl the completions that was available from the tool is lost.

When using op authentication and the CLI is aliased, there is nothing on pressing the TAB Screenshot 2023-07-02 at 13 13 40

When I remove the alias for the op plugin and press TAB now shows all available options Screenshot 2023-07-02 at 13 14 29

Relevant log output

No response

TiagoJMartins commented 1 year ago

Take a look at #122, which discusses the same problem.

vdovhanych commented 1 year ago

Closing in favor of #122