shlex 2.0.2 copy "shlex: ^2.0.2" to clipboard
shlex: ^2.0.2 copied to clipboard

Dart module for quoting and parsing shell commands.

example/shlex_example.dart

import 'package:shlex/shlex.dart' as shlex;

void main() {
  print(shlex.split('ls -l "/hello world"'));
}
0
likes
110
pub points
31%
popularity

Publisher

unverified uploader

Dart module for quoting and parsing shell commands.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on shlex