Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootCommand = &cobra.Command{ Use: "graphcurl", Version: flags.Version, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { v := viper.New() flags.BindFlags(cmd, v) return nil }, } )
RootCommand: is the main command of the CLI.
Functions ¶
func PersistentFlagsErr ¶
func PersistentFlagsErr(err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.