CLI version: 1.0.0 🚀
Related: #695
Describe the bug
gh <tab> does not offer completions, even after running gh completion --shell powershell |Out-String |Invoke-Expression.
- However,
gh <command> <tab> does offer completions.
Steps to reproduce the behavior
- Open Powershell
- Type
gh
- Press tab.
- No completion occurs.
Expected vs actual behavior
Expected gh + tab to complete.
CLI version: 1.0.0 🚀
Related: #695
Describe the bug
gh <tab>does not offer completions, even after runninggh completion --shell powershell |Out-String |Invoke-Expression.gh <command> <tab>does offer completions.Steps to reproduce the behavior
ghExpected vs actual behavior
Expected gh + tab to complete.