Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListCmd = &cobra.Command{ Use: "list", Aliases: []string{"l"}, Short: "List cached data.", Long: `Displays the list of cached data such as products, tags, and categories.`, Example: `geol list products`, Run: func(cmd *cobra.Command, args []string) { if err := cmd.Help(); err != nil { log.Error().Err(err).Msg("Error displaying help") } }, }
ListCmd represents the list command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.