shlex 2.0.2 shlex: ^2.0.2 copied to clipboard
Dart module for quoting and parsing shell commands.
import 'package:shlex/shlex.dart' as shlex;
void main() {
print(shlex.split('ls -l "/hello world"'));
}
Dart module for quoting and parsing shell commands.
import 'package:shlex/shlex.dart' as shlex;
void main() {
print(shlex.split('ls -l "/hello world"'));
}