Skip to content

Commit e7b2fb8

Browse files
committed
close #174 do not print false when showing usage
1 parent 0979ee3 commit e7b2fb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/root.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ var RootCmd = &cobra.Command{
1818
create, work on and deliver tasks.
1919
`, ui.Format.Bold("git-phlow")),
2020
Run: func(cmd *cobra.Command, args []string) {
21-
fmt.Println(options.GlobalFlagNoColor)
22-
2321
if options.GlobalFlagVersion != false {
2422
fmt.Println("phlow specification")
2523
fmt.Println("sha \t\t: " + options.Sha1)

0 commit comments

Comments
 (0)