We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0979ee3 commit e7b2fb8Copy full SHA for e7b2fb8
cmd/root.go
@@ -18,8 +18,6 @@ var RootCmd = &cobra.Command{
18
create, work on and deliver tasks.
19
`, ui.Format.Bold("git-phlow")),
20
Run: func(cmd *cobra.Command, args []string) {
21
- fmt.Println(options.GlobalFlagNoColor)
22
-
23
if options.GlobalFlagVersion != false {
24
fmt.Println("phlow specification")
25
fmt.Println("sha \t\t: " + options.Sha1)
0 commit comments