Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheCmd = &cobra.Command{ Use: "cache", Aliases: []string{"c"}, Short: "Update the local cache", Long: `The cache command is used to update the local cache in the user's config directory, in 'geol/products.json'. It provides subcommands to refresh, clear, and check the status of the cache.`, Run: func(cmd *cobra.Command, args []string) { if err := cmd.Help(); err != nil { log.Error().Err(err).Msg("Error displaying help") } }, }
CacheCmd represents the cache command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.