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
Added exercism completion #4495
Conversation
share/completions/exercism.fish
Outdated
complete -c exercism -s c -l config -d "path to config file [$EXERCISM_CONFIG_FILE, $XDG_CONFIG_HOME]" | ||
complete -c exercism -s v -l verbose -d "turn on verbose logging" | ||
complete -c exercism -s h -l help -d "show help" | ||
complete -c exercism -s v -l version -d "turn on verbose logging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about this? That sounds not like what --version should do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, will fix it.
@floam Anything else? |
return 0 | ||
end | ||
|
||
complete -c exercism -s c -l config -d "path to config file [$EXERCISM_CONFIG_FILE, $XDG_CONFIG_HOME]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These variables will be expanded when the completion is loaded. Do you want that?
Merged with squash (and fixing those quotes) as ba04c2a. Thanks, and sorry for the delay! |
Description
I added
exercism
completion file.For more info about
exercism
visit http://exercism.io/