cmd

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FixCmd = &cobra.Command{
	Use:          "fix",
	SilenceUsage: true,
	Version:      Version,
	PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
		InitHTTP(cmd, args)
		return InitLogger(cmd, args)
	},
}

rootCmd represents the base command when called without any subcommands

View Source
var Version = "dev"

Functions

func InitHTTP

func InitHTTP(cmd *cobra.Command, args []string) error

func InitLogger

func InitLogger(cmd *cobra.Command, args []string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL