mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
prepare a first version
This commit is contained in:
parent
83185a8cb3
commit
bb6fad3058
@ -19,6 +19,8 @@ var repo repository.Repo
|
|||||||
|
|
||||||
// RootCmd represents the base command when called without any subcommands
|
// RootCmd represents the base command when called without any subcommands
|
||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
|
Version: "0.1.0",
|
||||||
|
|
||||||
Use: rootCommandName,
|
Use: rootCommandName,
|
||||||
Short: "A bugtracker embedded in Git",
|
Short: "A bugtracker embedded in Git",
|
||||||
Long: `git-bug is a bugtracker embedded in git.
|
Long: `git-bug is a bugtracker embedded in git.
|
||||||
|
Loading…
Reference in New Issue
Block a user