-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
bashly add completions error #346
Comments
The three ways I read the document report errors. Is it my operation problem |
OS: centos7.9 |
There is a difference in the completion command name between the 0.9.x version and the pre-release 1.0.x Since you are using the docker image, pull the latest release candidate:
Then check version:
then run this command to see available libraries to add:
If you are using the 0.9.x version, it is |
I will release the final 1.0 version in a few days (maybe tomorrow), so everything will be in sync. |
ok, i know ,thank you very much!! |
Sure thing - sorry for the confusion, and thanks for taking the time to report. |
When I click the TAB auto-complete command, is this "Bash complete" the same as Linux's "bash-complete"? |
the You can either create a standalone completions script, or a function that is a part of your bashly-generated bash script. |
Bashly Version
Latest Ruby Gem
Description
use
docker run --rm -it --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/bashly
and when
bashly add completions
errorhttps://bashly.dannyb.co/advanced/bash-completion/#bashly-add-completions
error for this
Contents of bashly.yml
No response
Reproduction Steps
bashly add completions
Actual Behavior
No response
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: