cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version  string = "0.0.1"
	Revision string = "1111aaaa"

	GluCmd = &cobra.Command{
		Use:     "git-local-util",
		Aliases: []string{"glu"},
		Short:   "Tool for migrating an origin from one git repo to another",
		Long:    ``,
		Example: "",
		Version: fmt.Sprintf("%s-%s", Version, Revision),
		RunE: func(cmd *cobra.Command, args []string) error {
			return nil
		},
	}
)

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

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