about

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL