public bool parse_argv (string command_line, out string[] argvp) throws ShellError
Parses a command line into an argument vector, in much the same way
the shell would, but without many of the expansions the shell would perform (variable expansion, globs, operators, filename expansion,
etc.