scriptPath property
String
get
scriptPath
returns the project relative path to the script.
e.g. executables: dcli_install: dcli_install
scriptPath => bin/dcli_install.dart
Implementation
String get scriptPath => 'bin/$script.dart';