chore: update --container flag help that accepts ID prefix

This commit is contained in:
Pasha Sviderski
2025-11-10 08:41:25 +10:00
parent 15d4ef5518
commit 2b93a1c089
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ If the service has multiple replicas and no container ID is specified, the comma
// Common flags
execCmd.Flags().StringVar(&opts.containerId, "container", "",
"ID of the container to exec into (default is the random container of the service)")
"ID of the container to exec into. Accepts full ID or a unique prefix "+
"(default is the random container of the service)")
// This tells Cobra that all flags must come before positional arguments, so that
// commands with their own flags can be handled correctly.