Skip to main content

ai_agent/commands/
remote_setup.rs

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