Discover Packages
github.com/LeoFVO/go4hackers
cmd
hello
package
Version:
v0.0.0-...-474eecd
Opens a new window with list of versions in this module.
Published: Jul 9, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
RootCmd = &cobra .Command {
Use: "hello",
Aliases: []string {"hey", "hi"},
Short: "Manage hellos from the CLI",
Long: `Manage hellos from the CLI`,
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.