import 'package:shlex/shlex.dart' as shlex; List splitAsCommandLineArgs(String command) { return shlex.split(command); }