Skip to main content

ai_agent/commands/
remote_env.rs

1use super::Command;
2
3pub fn create_remote_env_command() -> Command {
4    Command::local("remote-env", "Manage remote environment")
5}