//
pkg.gl
Category
github.com/KEINOS/Hello-Cobra
cmd
cmdhello
package
1.3.7
Repository:
https://github.com/keinos/hello-cobra.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
71 SLOC
#
Packages
cmdworld
Package cmdworld defines the "world" command which is the child of "hello" command.
#
Functions
New
New returns the newly created object pointer of the "hello" command.
#
Structs
Command
Command is the struct to hold cobra.Command and it's flag options.