cliMainFile property

File cliMainFile

Main file of the CLI plugins are registered where

Implementation

File get cliMainFile {
  return libDir.file('$name.dart');
}