blob: b82f9b6547f6ea32b94ba3cc7a0c1b41837cce91 [file] [log] [blame]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub remove --help
Removes a dependency from the current package.
Usage: pub remove <package>
-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.
--[no-]precompile Precompile executables in immediate dependencies.
-C, --directory=<dir> Run this in the directory<dir>.
--legacy-packages-file Generate the legacy ".packages" file
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-remove for detailed documentation.