show

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ShowCmd = &cobra.Command{
		Use:   "show",
		Short: "Show something",
		Long:  `With this command you can show something, like the servers or the users.`,
		Run: func(cmd *cobra.Command, args []string) {
			log.Println("[HELP] Add something use the subcommands")
			log.Println("[HELP] Use 'show server' to show a server")
			log.Println("[HELP] Use 'show user' to show a user")
		},
	}
)

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