Function exec_target::args_from[][src]

pub fn args_from(s: &str) -> Vec<String>
Expand description

parse a command line strings

This separates the string with blanks. This considers special characters.

the special characters:

  • “” : double quote
  • ‘’ : single quote
  • \ : back_slash