Skip to content

Commit 38f0d5f

Browse files
committed
create fish completions for exercism
1 parent f3682f4 commit 38f0d5f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

shell/exercism.fish

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
complete -f -c exercism -a "configure" -d "Writes config values to a JSON file."
2+
complete -f -c exercism -a "download" -d "Downloads and saves a specified submission into the local system"
3+
complete -f -c exercism -a "help" -d "Shows a list of commands or help for one command"
4+
complete -f -c exercism -a "open" -d "Opens a browser to exercism.io for the specified submission."
5+
complete -f -c exercism -a "submit" -d "Submits a new iteration to a problem on exercism.io."
6+
complete -f -c exercism -a "troubleshoot" -d "Outputs useful debug information."
7+
complete -f -c exercism -a "upgrade" -d "Upgrades to the latest available version."
8+
complete -f -c exercism -a "version" -d "Outputs version information."
9+
complete -f -c exercism -a "workspace" -d "Outputs the root directory for Exercism exercises."
10+
complete -f -c exercism -s h -l help -d "show help"
11+
complete -f -c exercism -l timeout -a "(seq 0 100 100000)" -d "override default HTTP timeout"
12+
complete -f -c exercism -s v -l verbose -d "turn on verbose logging"

0 commit comments

Comments
 (0)