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
On a linux machine, chalk should support autocomplete when tab is pressed, however this does not seem to be working.
tab
Makes usage more annoying, especially when trying to point chalk towards a local file.
liming@system76-pc:~/workspace/chalk$ ./chalk load bash: [: =: unary operator expected bash: [: =: unary operator expected
liming@system76-pc:~/workspace/chalk$ ./chalk load ./
nothing comes up for the autocomplete.
The text was updated successfully, but these errors were encountered:
I get this error:
[root@earth chalk]# source /root/.local/share/bash_completion/completions/chalk.bash [root@earth chalk]# chalk bash: _get_comp_words_by_ref: command not found
I normally use fish as my shell and therefore dont interact with bash... but looks like things are not working as expected there
fish
Sorry, something went wrong.
No branches or pull requests
Description
On a linux machine, chalk should support autocomplete when
tab
is pressed, however this does not seem to be working.Impact
Makes usage more annoying, especially when trying to point chalk towards a local file.
Steps to Reproduce
nothing comes up for the autocomplete.
The text was updated successfully, but these errors were encountered: