package cmd
import (
_ "embed"
"github.com/spf13/cobra"
)
var licenseCmd = &cobra.Command{
Use: "license",
Short: `
--------------------- License -----------------------
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
go-jira-cli
Copyright (C) 2020 Paulo Alexandre Canilho
You may copy, distribute and modify the software as
long as you track changes/dates in source files.
Any modifications to or software including (via
compiler) GPL-licensed code must also be made
available under the GPL along with build & install
instructions.
-----------------------------------------------------`,
Aliases: []string{"l"},
}
|
The pages are generated with Golds v0.3.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |