cmd

package
v4.0.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "github-nippou",
	Short: "Print today's your GitHub action",
	Run: func(cmd *cobra.Command, args []string) {
		if err := lib.List(sinceDate, untilDate, debug); err != nil {
			fmt.Println(err)
			os.Exit(1)
		}
	},
}

RootCmd defines a root command

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