cmd

package
v0.0.0-...-ea18b5b Latest Latest
Warning

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

Go to latest
Published: May 18, 2017 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AppVersion is the applications current version
	AppVersion = "0.0.3"
)

Variables

View Source
var (
	// GenerateDocumentation is a flag to determine if markdown documentation should be created.
	GenerateDocumentation bool
)
View Source
var RootCmd = &cobra.Command{
	Use:   "pair",
	Short: "Pair aims to simplify the pair programming experience",
	Long:  `Pair aims to simplify the pair programming experience.`,
	Run: func(cmd *cobra.Command, args []string) {
		_ = cmd.Help()
	},
}

RootCmd is the entry point for the application from which all actions are subcommands.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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