aboutsummaryrefslogtreecommitdiffstats
path: root/src/_flutter
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-11-20 11:47:46 +0900
committerShohei YOSHIDA <syohex@gmail.com>2023-11-20 11:47:46 +0900
commit719d72d025f89fff906ba359a9810c7045b08f0a (patch)
tree3f1d25b584f7f48cf24d5021b41e3891ee89c1c1 /src/_flutter
parentMerge pull request #1058 from zsh-users/update-node (diff)
downloadzsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar.gz
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar.bz2
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar.lz
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar.xz
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.tar.zst
zsh-completions-719d72d025f89fff906ba359a9810c7045b08f0a.zip
Update flutter and dart completion for flutter 3.16.0
Diffstat (limited to 'src/_flutter')
-rw-r--r--src/_flutter3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_flutter b/src/_flutter
index e045261..671f0bf 100644
--- a/src/_flutter
+++ b/src/_flutter
@@ -25,7 +25,7 @@
# Description
# -----------
#
-# Completion script for the Flutter.io sdk's cli tool 3.13.0 (https://flutter.dev)
+# Completion script for the Flutter.io sdk's cli tool 3.16.0 (https://flutter.dev)
#
# ------------------------------------------------------------------------------
# Authors
@@ -64,6 +64,7 @@ _flutter() {
'--packages[Path to your ".packages" file. (required, since the current directory does not contain a ".packages" file)]' \
'--local-engine-src-path=[Path to your engine src directory]: :_path_files -/' \
'--local-engine=[Specific version of the engine]:version' \
+ '--local-engine-host=[The host operating system for which engine artifacts should be selected]:host' \
'--local-web-sdk=[Specific version of the Web SDK]:version' \
'--show-test-device=[List the special "flutter-tester" device in device listings]' \
'--show-web-server-device=[List the special "web-server" device in device listings]' \