1use super::*; 2 3/// Configure runtime tracing. 4pub fn cmd_trace(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_trace_impl(args) 6}