Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Added exercism completion #4495

wants to merge 2 commits into from

Conversation

mhdali
Copy link

@mhdali mhdali commented Oct 21, 2017

Description

I added exercism completion file.

For more info about exercism visit http://exercism.io/

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"
Copy link
Member

@floam floam Oct 21, 2017

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.

Copy link
Author

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.

@mhdali
Copy link
Author

mhdali commented Oct 26, 2017

@floam Anything else?

return 0
end

complete -c exercism -s c -l config -d "path to config file [$EXERCISM_CONFIG_FILE, $XDG_CONFIG_HOME]"
Copy link
Member

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?

@faho
Copy link
Member

faho commented Dec 11, 2017

Merged with squash (and fixing those quotes) as ba04c2a.

Thanks, and sorry for the delay!

@faho faho closed this Dec 11, 2017
@faho faho added this to the fish-3.0 milestone Dec 11, 2017
@faho faho added the release notes Something that is or should be mentioned in the release notes label Dec 11, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
completions enhancement release notes Something that is or should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants