We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a0f13 commit 8a2d83aCopy full SHA for 8a2d83a
README.md
@@ -19,7 +19,12 @@ NOTE: This tool has nothing to do with hot-deploy for production.
19
## Features
20
21
* Colorful log output
22
-* Customize build or binary command
+* Customize build or
23
+
24
25
26
27
+ary command
28
* Support excluding subdirectories
29
* Allow watching new directories after Air started
30
* Better building process
@@ -29,7 +34,7 @@ Support air config fields as arguments:
34
35
if you just want to config build command and run command, you can use like following command without config file:
31
36
32
-`air --build.cmd "go build -o bin/api cmd/run.go" --build.bin "./api"`
37
+`air --build.cmd "go build -o bin/api cmd/run.go" --build.bin "./bin/api"`
33
38
39
40
0 commit comments