aboutsummaryrefslogtreecommitdiffstats
path: root/src/_yarn
diff options
context:
space:
mode:
Diffstat (limited to 'src/_yarn')
-rw-r--r--src/_yarn8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/_yarn b/src/_yarn
index 382f58a..61a3d9a 100644
--- a/src/_yarn
+++ b/src/_yarn
@@ -240,7 +240,8 @@ _yarn() {
run)
_arguments \
- '1: :_yarn_scripts'
+ '1: :_yarn_scripts' \
+ '*:: :_files'
;;
tag)
@@ -266,6 +267,11 @@ _yarn() {
_arguments \
'1:query:_files'
;;
+
+ *)
+ _arguments \
+ '*:: :_files'
+ ;;
esac
;;
esac