mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Modified run command so launching command would be properly treated
This commit is contained in:
@@ -162,6 +162,6 @@ func runApp(c *model.CommandConfig) (err error) {
|
||||
if c.HistoricMode {
|
||||
runMode = revel_path.RunMode
|
||||
}
|
||||
app.Cmd(runMode).Run()
|
||||
app.Cmd(runMode).Run(c)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user