1use super::*; 2 3/// Show file metadata. 4pub fn cmd_stat(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_stat_impl(args) 6}