feat: Go SSH interactive shell default, --native flag for system SSH
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user