realize start alias fixed

This commit is contained in:
asoseil 2017-11-13 22:55:11 +01:00
parent 527d454786
commit f3fc262994
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func main() {
Commands: []*cli.Command{ Commands: []*cli.Command{
{ {
Name: "start", Name: "start",
Aliases: []string{"r"}, Aliases: []string{"s"},
Description: "Start a toolchain on a project or a list of projects. If not exist a config file it creates a new one", Description: "Start a toolchain on a project or a list of projects. If not exist a config file it creates a new one",
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.StringFlag{Name: "path", Aliases: []string{"p"}, Value: ".", Usage: "Project base path"}, &cli.StringFlag{Name: "path", Aliases: []string{"p"}, Value: ".", Usage: "Project base path"},