commandline_splitter 1.5.1 commandline_splitter: ^1.5.1 copied to clipboard
Splits command line string into a list of individual parts suitable for using with Process.start or Process.run.
A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style license.
Usage #
A simple usage example:
import 'package:commandline_splitter/commandline_splitter.dart';
main() {
var awesome = new Awesome();
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.