1use super::*; 2 3/// Write string data into file. 4pub fn cmd_write(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_write_impl(args) 6}