feat: Go SSH interactive shell default, --native flag for system SSH

This commit is contained in:
swanadiva
2026-06-23 14:26:58 +07:00
parent 513492e6ee
commit b3878de9af
5 changed files with 99 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func TestConnectCommandExists(t *testing.T) {
}
func TestConnectCommandFlags(t *testing.T) {
expectedFlags := []string{"timeout", "direct"}
expectedFlags := []string{"timeout", "native"}
for _, flagName := range expectedFlags {
if connectCmd.Flags().Lookup(flagName) == nil {
t.Errorf("flag '%s' should be defined", flagName)