We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2989734 commit 2cc64a2Copy full SHA for 2cc64a2
completion/zsh/_yadm
@@ -12,10 +12,8 @@ function _yadm-add(){
12
yadm_path="$(yadm rev-parse --show-toplevel)"
13
yadm_options=($(yadm status --porcelain=v1 |
14
awk -v yadm_path=${yadm_path} '{printf "%s/%s:%s\n", yadm_path, $2, $1}' ))
15
- local expl
16
- local line=( $yadm_options[1,CURRENT-1] )
17
18
- _describe 'command' yadm_options -F line
+ _describe 'command' yadm_options
19
_files
20
}
21
0 commit comments