cli_launcher library

Classes

ExecutableInstallation
Describes an installation of an executable.
ExecutableName
The package qualified name of an executable.
LaunchConfig
The configuration for launching an executable.
LaunchContext
A context that provides information about how an executable was launched.

Functions

launchExecutable(List<String> args, LaunchConfig config) FutureOr<void>
Launches an executable with the given args and config.

Typedefs

EntryPoint = FutureOr<void> Function(List<String> args, LaunchContext context)
A function that is called to start the execution of an executable.