wd name for name and base path
This commit is contained in:
parent
e8f87d76d4
commit
eba4ea2a98
|
@ -38,8 +38,8 @@ A Golang build system with file watchers, output streams and live reload. Run, b
|
||||||
You can even pass custom parameters for your project. This is a list of the supported fields:
|
You can even pass custom parameters for your project. This is a list of the supported fields:
|
||||||
|
|
||||||
```
|
```
|
||||||
--name="Project Name" -> Name, if not specified takes "Sample App"
|
--name="Project Name" -> Name, if not specified takes the working directory name
|
||||||
--base="server" -> Base Path, if not specified takes "/"
|
--base="server" -> Base Path, if not specified takes the working directory name
|
||||||
--build="true" -> Go build, if not specified takes "false"
|
--build="true" -> Go build, if not specified takes "false"
|
||||||
--bin="false" -> Base Path, if not specified takes "true"
|
--bin="false" -> Base Path, if not specified takes "true"
|
||||||
--run="false" -> Base Path, if not specified takes "true"
|
--run="false" -> Base Path, if not specified takes "true"
|
||||||
|
|
Loading…
Reference in New Issue