feat: added flags to base command

they already exist just attatching them to the command
This commit is contained in:
Roxie Gibson 2021-07-17 05:11:48 +01:00
parent ae68f3aa95
commit be46695d82
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ func RunApp(version, commit string) {
},
},
},
Flags: []cli.Flag{
EnvFlag,
StackFlag,
SkipCheckFlag,
SkipUpdateFlag,
VerboseFlag,
BranchFlag,
NoPromptFlag,
DebugFlag,
},
}
err := app.Run(os.Args)