diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2023-05-18 15:14:43 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2023-05-18 15:14:43 +0900 |
| commit | 4f59353fe14cbeb9addbe93f16c7f7090fcd0f07 (patch) | |
| tree | f4486f8a24721ab8943631a7b12c2c448a4753c2 /src/_flutter | |
| parent | Add dart completion (diff) | |
| download | zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar.gz zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar.bz2 zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar.lz zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar.xz zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.tar.zst zsh-completions-4f59353fe14cbeb9addbe93f16c7f7090fcd0f07.zip | |
Remove deprecated 'flutter format' completion
Diffstat (limited to 'src/_flutter')
| -rw-r--r-- | src/_flutter | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/_flutter b/src/_flutter index 0a78ed1..ea1427c 100644 --- a/src/_flutter +++ b/src/_flutter @@ -295,17 +295,6 @@ _flutter() { '--name[Used with the "--create" flag. Specifies a name for the emulator being created]' \ && ret=0 ;; - (format) - _arguments \ - '(- *)'{-h,--help}'[Print this usage information]' \ - '(-v --verbose)'{-v,--verbose}'[Show all options and flags with --help]' \ - '(-o --output)'{-o,--output=}'[Set where to write formatted output]: :(json none show write)' \ - '--set-exit-if-changed[Return exit code 1 if there are any formatting changes]' \ - '--fix[Apply all style fixes]' \ - '(-l --line-length)'{-l,--line-length=}'[Wrap lines longer than this(defaults to 80)]:lines:' \ - '*: :_files' \ - && ret=0 - ;; (gen-l10n) _arguments \ '(- *)'{-h,--help}'[Print this usage information]' \ @@ -525,7 +514,6 @@ _flutter_root_commands() { 'doctor:Show information about the installed tooling.' 'drive:Runs Flutter Driver tests for the current project.' 'emulators:List, launch and create emulators.' - 'format:Format one or more dart files.' 'gen-l10n:Generate localizations for the current project.' 'help:Display help information for flutter.' 'install:Install a Flutter app on an attached device.' |
