Module OpamShellCommand

Shell command syntax manipulation

val of_string : string -> string list

of_string s parses s and returns the list of command :: arguments according to the POSIX shell syntax.