Documentation
¶
Overview ¶
Package config contains the implementation of the config subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigCmd = &cobra.Command{ Use: "config", Short: "Send batch configs to and query them from Shutter's config contract", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { err := cmd.Root().PersistentPreRunE(cmd, args) if err != nil { return err } return parseOwnerKey(cmd) }, PreRun: medley.ShowHelpAndExit, Run: medley.ShowHelpAndExit, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.