update flutter completion to version 3.47.0

This commit is contained in:
Shohei YOSHIDA 2026-08-13 09:45:46 +09:00
parent 345db77abf
commit d2c25c7d0f
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# Description # 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 # Authors
@ -150,6 +150,13 @@ _flutter() {
(build) (build)
_flutter_build && ret=0 _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) (config)
_arguments \ _arguments \
'(- *)'{-h,--help}'[Print this usage information]' \ '(- *)'{-h,--help}'[Print this usage information]' \