mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
Update iris tool ' iris run main.go`
This commit is contained in:
@@ -33,7 +33,7 @@ func init() {
|
||||
defaultInstallDir := workingDir[strings.LastIndexByte(workingDir, os.PathSeparator)+1:]
|
||||
|
||||
// init the cli app
|
||||
app = cli.NewApp("iris", "Command line tool for Iris web framework", "0.0.5")
|
||||
app = cli.NewApp("iris", "Command line tool for Iris web framework", "0.0.6")
|
||||
// version command
|
||||
app.Command(cli.Command("version", "\t prints your iris version").Action(func(cli.Flags) error { app.Printf("%s", iris.Version); return nil }))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user