cmd

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "chipku",
	Short: "Chipku is a no frill pastebin",
	Long: `A fast and reliable pastebin server.

May be used for sharing snippets with your loved ones and colleagues.
Partial documentation is available at http://github.com/abhi-g80/chipku`,
	Run: func(cmd *cobra.Command, args []string) {

		err := cmd.Help()
		if err != nil {
			os.Exit(1)
		}
	},
}

RootCmd the root command for chipku

Functions

func Execute

func Execute() error

Execute try to run the root command

Types

This section is empty.

Jump to

Keyboard shortcuts

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