mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2026-01-27 03:04:21 +01:00
feat: add direct host connection via sshm <host> with history tracking
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
func TestRootCommand(t *testing.T) {
|
||||
// Test that the root command is properly configured
|
||||
if RootCmd.Use != "sshm" {
|
||||
t.Errorf("Expected Use 'sshm', got '%s'", RootCmd.Use)
|
||||
if RootCmd.Use != "sshm [host]" {
|
||||
t.Errorf("Expected Use 'sshm [host]', got '%s'", RootCmd.Use)
|
||||
}
|
||||
|
||||
if RootCmd.Short != "SSH Manager - A modern SSH connection manager" {
|
||||
|
||||
Reference in New Issue
Block a user