pigeon_cl library
Functions
-
runCommandLine(
List< String> args, {Uri? packageConfig, String? sdkPath}) → Future<int> -
This is the main entrypoint for the command-line tool.
args
are the command line arguments and there is an optionalpackageConfig
to accommodate users that want to integrate pigeon with other build systems.sdkPath
for specifying an optional Dart SDK path.