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