Skip to content

Commit

Permalink
remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 21, 2018
1 parent eff49d0 commit 87d8fbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cmd

import (
"flag"
"fmt"
"io/ioutil"
"log"
Expand All @@ -20,8 +19,6 @@ var typemap string
var packageName string
var modelPackageName string

var help = flag.Bool("h", false, "this usage text")

func init() {
rootCmd.PersistentFlags().StringVar(&configFilename, "config", "", "the file to configuration to")
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "show logs")
Expand Down

0 comments on commit 87d8fbe

Please sign in to comment.