diff options
Diffstat (limited to 'cmd/podman/search.go')
-rw-r--r-- | cmd/podman/search.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/podman/search.go b/cmd/podman/search.go index f72c82b43..e614887fc 100644 --- a/cmd/podman/search.go +++ b/cmd/podman/search.go @@ -12,6 +12,11 @@ import ( "github.com/spf13/cobra" ) +const ( + descriptionTruncLength = 44 + maxQueries = 25 +) + var ( searchCommand cliconfig.SearchValues searchDescription = `Search registries for a given image. Can search all the default registries or a specific registry. |