mirror of
https://github.com/flutter/packages.git
synced 2025-06-19 22:03:33 +08:00
[flutter_plugin_tools] If clang-format
does not run, fall back to other executables in PATH (#6853)
* If clang-format does not run, fall back to other executables in PATH * Review edits
This commit is contained in:
@ -52,7 +52,7 @@ void main(List<String> args) {
|
||||
}
|
||||
|
||||
final CommandRunner<void> commandRunner = CommandRunner<void>(
|
||||
'pub global run flutter_plugin_tools',
|
||||
'dart pub global run flutter_plugin_tools',
|
||||
'Productivity utils for hosting multiple plugins within one repository.')
|
||||
..addCommand(AnalyzeCommand(packagesDir))
|
||||
..addCommand(BuildExamplesCommand(packagesDir))
|
||||
|
Reference in New Issue
Block a user