-
Notifications
You must be signed in to change notification settings - Fork 29k
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Clean up the flag help message for --suppress-analytics
to be more clear that it will only suppress analytics for the current run while --disable-telemtry
will disable analytics permanently
Current state
Global options:
-h, --help Print this usage information.
-v, --verbose Noisy logging, including all shell commands executed.
If used with "--help", shows hidden options. If used with "flutter doctor", shows additional diagnostic information. (Use
"-vv" to force verbose logging in those cases.)
-d, --device-id Target device id or name (prefixes allowed).
--version Reports the version of this tool.
--suppress-analytics Suppress analytics reporting when this command runs. ***** FIX THIS
--disable-telemetry Disable telemetry reporting when this command runs. *****
Look for the line above where it says FIX THIS
Metadata
Metadata
Assignees
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.