Skip to content

Commit 89955eb

Browse files
committed
Remove deprecated peek action
Works in tandem with exercism/cli#78
1 parent 1a863a3 commit 89955eb

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)