1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00

Introduce version 5.0.1

This commit is contained in:
Gerasimos Maropoulos
2016-10-25 15:58:18 +03:00
parent 9958337e5d
commit 78d145c207
8 changed files with 144 additions and 158 deletions

View File

@@ -91,7 +91,7 @@ func buildGetCommand() *cli.Cmd {
availabletypes = append(availabletypes, "'"+k+"'")
}
// comma separated of projects' map key
return cli.Command("get", "gets & runs a simple protoype-based project").
return cli.Command("get", "gets & runs a simple prototype-based project").
Flag("type",
"basic",
// we take the os.Args in order to have access both via subcommand and when flag passed