dart pub global run
Run an executable from a globally activated package
Options
Name | Description |
---|---|
-h, --help | Print this usage information |
--enable-asserts | Enable assert statements |
--no-enable-asserts | Do not enable assert statements |
--enable-experiment <experiment> | Runs the executable in a VM with the given experiments enabled. (Will disable snapshotting, resulting in slower startup) |
--sound-null-safety | Override the default null safety execution mode |
--no-sound-null-safety | Do not override the default null safety execution mode |