commandline_splitter2

Creator: coderz1093

Last updated:

0 purchases

commandline_splitter2 Image
commandline_splitter2 Images

Languages

Categories

Add to Cart

Description:

commandline splitter2

Command line splitter #
This package is forked from desktop-dart/commandline_splitter.
Splits command line string into a list of individual parts suitable for using with Process.start or Process.run.
Similar to shlex.split in python.
Example #
import 'package:commandline_splitter2/commandline_splitter2.dart';

void main() {
print(split('bash -c "uname -a"')); // => [bash, -c, "uname -a"]
}
copied to clipboard
Test #
$ flutter test
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.