cli run/build/install more simples
This commit is contained in:
parent
eba4ea2a98
commit
8b50a6d8e0
|
@ -40,9 +40,9 @@ A Golang build system with file watchers, output streams and live reload. Run, b
|
||||||
```
|
```
|
||||||
--name="Project Name" -> Name, if not specified takes the working directory name
|
--name="Project Name" -> Name, if not specified takes the working directory name
|
||||||
--base="server" -> Base Path, if not specified takes the working directory name
|
--base="server" -> Base Path, if not specified takes the working directory name
|
||||||
--build="true" -> Go build, if not specified takes "false"
|
--build -> Go build, if not specified takes "false"
|
||||||
--bin="false" -> Base Path, if not specified takes "true"
|
--bin -> Go intall, if not specified takes "true"
|
||||||
--run="false" -> Base Path, if not specified takes "true"
|
--run -> Go run, if not specified takes "true"
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -57,7 +57,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b
|
||||||
Or
|
Or
|
||||||
|
|
||||||
```
|
```
|
||||||
$ realize add --name="Project Name" --build="true"
|
$ realize add --name="Project Name" --build
|
||||||
```
|
```
|
||||||
- Remove a project by his name
|
- Remove a project by his name
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue