Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(
shell integration
): π fix the bash shell integration (#914)
This was adding a space when no more completion was available, but the autocompletion command still returned a successful exit code. This is fixed by checking if the autocompletion value is empty and skipping it in this case.
- Loading branch information