Documentation ¶
Overview ¶
Copyright © 2024 Donovan C. Young <dyoung522@gmail.com>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "esotools <command> [flags]", Version: "0.3.1", Short: "tools used to list, install, and validate ESO AddOns", PersistentPreRun: func(cmd *cobra.Command, args []string) { verbosity, _ := cmd.Flags().GetCount("verbose") viper.Set("verbosity", verbosity) err := eso.ValidateESOHOME() if err != nil { fmt.Println(err) os.Exit(1) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.