Documentation
¶
Overview ¶
about - Prints some details about sweet. This shows the name of the application, some author contact details, and repository information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "about", Short: "Print details about the application", Run: func(cmd *cobra.Command, args []string) { issueLink := "https://github.com/NicksPatties/sweet/issues" supportLink := "https://liberapay.com/NicksPatties/" executableName := os.Args[0] if version == "" { version = "dev" } printAbout(version, issueLink, supportLink, executableName) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.