package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
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
¶
about - Prints some details about sweet.
This shows the name of the application, some author contact details,
and repository information.
View Source
var Command = &cobra.Command{
Use: "about",
Short: "Print details about the application",
Run: func(cmd *cobra.Command, args []string) {
printAbout(version, "issueLink", "supportLink", "executableName")
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.