From d2c25c7d0f63f203fc3f71897dffc47e364fb79a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 13 Aug 2026 09:45:46 +0900 Subject: [PATCH] update flutter completion to version 3.47.0 --- src/_flutter | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/_flutter b/src/_flutter index dffd794..cf22a9b 100644 --- a/src/_flutter +++ b/src/_flutter @@ -25,7 +25,7 @@ # Description # ----------- # -# Completion script for the Flutter.io sdk's cli tool 3.41.1 (https://flutter.dev) +# Completion script for the Flutter.io sdk's cli tool 3.47.0 (https://flutter.dev) # # ------------------------------------------------------------------------------ # Authors @@ -150,6 +150,13 @@ _flutter() { (build) _flutter_build && ret=0 ;; + (clean) + _arguments \ + '(- *)'{-h,--help}'[Print this usage information]' \ + '--scheme[When cleaning Xcode schemes, clean only the specified scheme]:scheme' \ + '--include-example[Also clean the example directory]' \ + && ret=0 + ;; (config) _arguments \ '(- *)'{-h,--help}'[Print this usage information]' \