update flutter completion to version 3.47.0
This commit is contained in:
parent
345db77abf
commit
d2c25c7d0f
|
|
@ -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]' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue