File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,10 @@ complete -f -c exercism -n "__fish_seen_subcommand_from workspace" -s h -l help
45
45
46
46
# Options
47
47
complete -f -c exercism -s h -l help -d " show help"
48
- complete -f -c exercism -l timeout -a " (seq 0 1000 10000)" -d " override default HTTP timeout"
48
+ complete -f -c exercism -l timeout -a " 10" -d " 10 seconds"
49
+ complete -f -c exercism -l timeout -a " 30" -d " 30 seconds"
50
+ complete -f -c exercism -l timeout -a " 60" -d " 1 minute"
51
+ complete -f -c exercism -l timeout -a " 300" -d " 5 minutes"
52
+ complete -f -c exercism -l timeout -a " 600" -d " 10 minutes"
53
+ complete -f -c exercism -l timeout -a " " -d " override default HTTP timeout"
49
54
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