Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 065bcc9

Browse files
committed
Merge pull request #17 from lmarlow/patch-1
Remove deprecated peek action
2 parents 1a863a3 + 89955eb commit 065bcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/exercism_completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__from_exercism_config() {
22
COMPREPLY=()
33
local cur=${COMP_WORDS[COMP_CWORD]}
4-
COMPREPLY=($(compgen -W 'current demo fetch login logout peek restore submit unsubmit whoami help' -- $cur))
4+
COMPREPLY=($(compgen -W 'current demo fetch login logout restore submit unsubmit whoami help' -- $cur))
55
}
66

77
complete -F __from_exercism_config -o default exercism

0 commit comments

Comments
 (0)