feat: Allow to match containers against truncated ID (#160)

This commit is contained in:
Anton Ovchinnikov
2025-10-28 18:44:04 +01:00
committed by GitHub
parent 3b4bcb7932
commit 6af7a9861d
2 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -58,9 +58,9 @@ func inspect(ctx context.Context, uncli *cli.CLI, opts inspectOptions) error {
machinesNamesByID[m.Machine.Id] = m.Machine.Name
}
fmt.Printf("ID: %s\n", svc.ID)
fmt.Printf("Name: %s\n", svc.Name)
fmt.Printf("Mode: %s\n", svc.Mode)
fmt.Printf("Service ID: %s\n", svc.ID)
fmt.Printf("Name: %s\n", svc.Name)
fmt.Printf("Mode: %s\n", svc.Mode)
fmt.Println()
// Print the list of containers in a table format.