update app name and remove version
This commit is contained in:
parent
04948f2152
commit
826954c979
@ -32,9 +32,8 @@ type FlagType struct {
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
|
||||
app.Name = "fg"
|
||||
app.Name = "flag-generator"
|
||||
app.Usage = "Generate flag type code!"
|
||||
app.Version = "v0.1.0"
|
||||
|
||||
app.Action = ActionFunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user