File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments