You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testdata/goldens/help_test/pub get --help.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Usage: pub get
8
8
-h, --help Print this usage information.
9
9
--[no-]offline Use cached packages instead of accessing the network.
10
10
-n, --dry-run Report what dependencies would change but don't change any.
11
-
--enforce-lockfile Enforce pubspec.lock. Fail resolution if pubspec.lock does not satisfy pubspec.yaml
11
+
--enforce-lockfile Enforce pubspec.lock. Fail `pub get` if the current `pubspec.lock` does not exactly specify a valid resolution of `pubspec.yaml` or if any content hash of a hosted package
12
+
has changed.
13
+
Useful for CI or deploying to production.
12
14
--[no-]precompile Build executables in immediate dependencies.
13
15
-C, --directory=<dir> Run this in the directory <dir>.
0 commit comments