-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
flutter/dev/devicelab/lib/command/test.dart
Lines 11 to 17 in a7997f6
| argParser.addOption('task', | |
| abbr: 't', | |
| help: 'The name of a task listed under bin/tasks.\n' | |
| ' Example: complex_layout__start_up.\n'); | |
| argParser.addMultiOption('task-args', | |
| help: 'The name of a task listed under bin/tasks.\n' | |
| 'For example, "--task-args build" is passed as "bin/task/task.dart --build"'); |
The first line of the help text of --task-args was copy-pasted from the help text of --task without being updated.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team