Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: pkg/analyzer_cli/README.md

Issue 2713723003: Remove and hide analyzer cli flags. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer_cli/README.md
diff --git a/pkg/analyzer_cli/README.md b/pkg/analyzer_cli/README.md
index 7943162e1e00ba9ca43f610512765625dfc884f3..db0a161b39dad1388cbba2b7d72b9029232a08a1 100644
--- a/pkg/analyzer_cli/README.md
+++ b/pkg/analyzer_cli/README.md
@@ -63,8 +63,8 @@ The following are advanced options to use with dartanalyzer:
Produce output in a format suitable for parsing.
* `--url-mapping=libraryUri,/path/to/library.dart`<br>
- Tells the analyzer to use the specified library as the source
- for that particular import.
+ Tells the analyzer to use the specified library as the source for that
+ particular import.
The following options are deprecated:
@@ -72,9 +72,3 @@ The following options are deprecated:
**Deprecated.** Specify the directory to search for any libraries that are
imported using `package:`. _This option is replaced as of Dart 1.12 with
`--packages`._
-
-* `--show-package-warnings`<br>
- **Deprecated.** Replaced by `--package-warnings`.
-
-* `--show-sdk-warnings`<br>
- **Deprecated.** Replaced by `--warnings`.

Powered by Google App Engine
This is Rietveld 408576698