cmd

package
v0.0.0-...-8107cc5 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NoColor = &cobra.Command{
	Use:   "nocolor",
	Short: "Print witout colors",
	Long:  `weebsay nocolor`,
	Run: func(cmd *cobra.Command, args []string) {
		printNoColorQuote()
	},
}
View Source
var RootCmd = &cobra.Command{
	Use:   "weebsay",
	Short: "Like cowsay but it's random anime quote",
	Long:  `Complete documentation is available at https://github.com/irevenko/weebsay`,
	Run: func(cmd *cobra.Command, args []string) {
		printQuote()
	},
}

Functions

This section is empty.

Types

type AnimeChanResponse

type AnimeChanResponse struct {
	Anime string `json:"anime"`
	Char  string `json:"character"`
	Quote string `json:"quote"`
}

Jump to

Keyboard shortcuts

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