blob: 45d987b1d8b1f99ab9c1e21b692d23244ec05352 [file] [log] [blame]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub get --help
Get the current package's dependencies.
Usage: pub get <subcommand> [arguments...]
-h, --help Print this usage information.
--[no-]offline Use cached packages instead of accessing the network.
-n, --dry-run Report what dependencies would change but don't change
any.
--enforce-lockfile Enforce pubspec.lock. Fail resolution if pubspec.lock
does not satisfy pubspec.yaml
--[no-]precompile Build executables in immediate dependencies.
-C, --directory=<dir> Run this in the directory<dir>.
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-get for detailed documentation.