From 5db56eff236d5d66024683afe7f4e391db508c70 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 23:35:13 +0200 Subject: [PATCH] cli fast and flags --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 426eaf4..15736ca 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,20 @@ A Golang build system with file watchers, output streams and live reload. Run, b Fast run launches a project from his working directory without a config file ``` - $ realize run --fast + $ realize fast ``` + You can use many additional parameters with this command + + ``` + --build -> Go build, if not specified takes "false" + --bin -> Go intall, if not specified takes "true" + --run -> Go run, if not specified takes "true" + --fmt -> Go fmt, if not specified takes "true" + --config -> If there is a config file with a project for the current directory take that configuration + ``` + + ![Preview](http://i.imgur.com/QNXu979.png)