Add type, add a few more switches

This commit is contained in:
2025-07-05 23:54:52 +00:00
parent 64a4d53cf7
commit a72fcb007e
2 changed files with 17 additions and 2 deletions

View File

@ -254,7 +254,7 @@ func main() {
totalCount := len(config.Devices)
for hostname, deviceConfig := range config.Devices {
fmt.Printf("\nProcessing device: %s\n", hostname)
fmt.Printf("\nProcessing device: %s (type: %s)\n", hostname, deviceConfig.Type)
user := deviceConfig.User
commands := deviceConfig.Commands