1use super::*; 2 3/// Strate management command entrypoint. 4pub fn cmd_strate(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_strate_impl(args) 6}