func removeTagSuffixWrapper()

in cmd/docker-regex_tag-suffix_remove.go [33:35]


func removeTagSuffixWrapper(cmd *cobra.Command, args []string) error {
	return abd.EditTagSuffixWrapper(cmd, args, false)
}