new as alias for init
This commit is contained in:
parent
7b88b5fb35
commit
0b90a6a800
1 changed files with 5 additions and 4 deletions
|
@ -62,7 +62,8 @@ ARG_ALIASES = {
|
|||
"s" => "server",
|
||||
"b" => "build",
|
||||
"i" => "init",
|
||||
"w" => "watch"
|
||||
"new" => "init",
|
||||
"n" => "init"
|
||||
}
|
||||
|
||||
if ARG_ALIASES.has_key?(args[0])
|
||||
|
|
Loading…
Reference in a new issue