Function split_command

Source
pub fn split_command(command_line: &str) -> Option<(String, String)>
Expand description

实现一个函数,将一段命令行文本拆分为命令和参数。