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