Skip to content

Commit af4bdc7

Browse files
authored
Merge pull request #24 from sandoba/patch-1
List server:start as primary command
2 parents 892fade + 91e9803 commit af4bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/local_server_start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
var localServerStartCmd = &console.Command{
5353
Category: "local",
5454
Name: "server:start",
55-
Aliases: []*console.Alias{{Name: "serve"}, {Name: "server:start"}},
55+
Aliases: []*console.Alias{{Name: "server:start"}, {Name: "serve"}},
5656
Usage: "Run a local web server",
5757
Flags: []console.Flag{
5858
dirFlag,

0 commit comments

Comments
 (0)