diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2023-05-12 10:42:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 10:42:43 +0900 |
| commit | 449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8 (patch) | |
| tree | aba507b0e06684ab3ef1be18b1bf72b91af766f5 /src/_flutter | |
| parent | Merge pull request #1009 from zsh-users/grpcurl (diff) | |
| parent | Update flutter completion for version 3.10.0 (diff) | |
| download | zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar.gz zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar.bz2 zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar.lz zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar.xz zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.tar.zst zsh-completions-449cc702dc0363cd8fc37cc2d1fdb422f6d4d0e8.zip | |
Merge pull request #1010 from zsh-users/update-flutter-3.10.0
Update flutter completion for version 3.10.0
Diffstat (limited to 'src/_flutter')
| -rw-r--r-- | src/_flutter | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_flutter b/src/_flutter index f2039ae..0a78ed1 100644 --- a/src/_flutter +++ b/src/_flutter @@ -25,7 +25,7 @@ # Description # ----------- # -# Completion script for the Flutter.io sdk's cli tool 3.7.0 (https://flutter.dev) +# Completion script for the Flutter.io sdk's cli tool 3.10.0 (https://flutter.dev) # # ------------------------------------------------------------------------------ # Authors @@ -631,6 +631,7 @@ _flutter_build() { (macos) opts+=( '--build-name=[A string used as the version number shown to users]:build_name' + '--config-only[Update the project configuration without performing a build]' ) ;; (web) @@ -642,6 +643,9 @@ _flutter_build() { '(--no-source-maps)--source-maps[Generate a sourcemap file]' '(--source-maps)--no-source-maps[Do not generate a sourcemap file]' '--pwa-strategy=The caching strategy to be used by the PWA service worker: :(none offline-first)' + '--web-renderer[The renderer implementation to use when building for the web]: :(auto canvaskit html)' + '(--no-web-resources-cdn)--web-resources-cdn[Use Web static resources hosted on a CDN]' + '(--web-resources-cdn)--no-web-resources-cdn[Do not Web static resources hosted on a CDN]' '--base-href[Overrides the href attribute of the base tag in web/index.html]' '--dart2js-optimization=[Sets the optimization level used for Dart compilation to JavaScript]: :(O0 O1 O2 O3 O4)' '--dump-info[Passes "--dump-info" to the JavaScript compiler]' |
