use crate::errors::ShellError; use crate::prelude::*; pub fn ls(args: CommandArgs) -> Result { args.shell_manager.ls(args.call_info, args.input) }