(t *testing.T)
| 100 | } |
| 101 | |
| 102 | func TestNewUsersCommand_Run(t *testing.T) { |
| 103 | cleanup := setupTempConfig(t) |
| 104 | defer cleanup() |
| 105 | |
| 106 | cmd := NewUsersCommand() |
| 107 | cmd.Run(cmd, []string{"testuser"}) |
| 108 | } |
| 109 | |
| 110 | // --- Ports command --- |
| 111 |
nothing calls this directly
no test coverage detected