fall back to file completion for yarn scripts
This commit is contained in:
parent
a3fab81aec
commit
1000d2ea8b
|
@ -240,7 +240,8 @@ _yarn() {
|
||||||
|
|
||||||
run)
|
run)
|
||||||
_arguments \
|
_arguments \
|
||||||
'1: :_yarn_scripts'
|
'1: :_yarn_scripts' \
|
||||||
|
'*:: :_files'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
tag)
|
tag)
|
||||||
|
@ -266,6 +267,11 @@ _yarn() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'1:query:_files'
|
'1:query:_files'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
_arguments \
|
||||||
|
'*:: :_files'
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue