dcli
Search
⌃K

DCli Run

run

Runs the given DCli script.
This command is NOT required.
The recommended way to run a DCli script via ./<scriptname>.dart.
The dcli run command is provided for symmetry and the possibility that someone, someday, may try to auto generate calls to dcli and having a consistent command structure can make this easier.
Usage: dcli run <script path.dart>
Example:
dcli run my_script.dart
Which is equivalent to:
./my_script.dart