1use super::Command; 2 3pub fn create_remote_setup_command() -> Command { 4 Command::local("remote-setup", "Setup remote access") 5}