packages/shell library

Functions

shell({required String executable, required List<String> arguments, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment = true, bool runInShell = true, ProcessStartMode mode = ProcessStartMode.normal, required void onStdout(List<int> data, String executable, List<String> arguments, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment, bool runInShell, ProcessStartMode mode), required void onStderr(List<int> data, String executable, List<String> arguments, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment, bool runInShell, ProcessStartMode mode), required void onComplete(Process shell, String executable, List<String> arguments, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment, bool runInShell, ProcessStartMode mode), bool isFuture = false}) Future<Process>