增加 yaml配置说明

master
dengsgo 2018-09-19 11:43:16 +08:00
parent 2a87304923
commit d486353d9b
1 changed files with 8 additions and 0 deletions

8
raw.go
View File

@ -21,6 +21,8 @@ monitor:
- .idea - .idea
- .git - .git
- .vscode - .vscode
- node_modules
- vendor
# command # command
# .go .go command # .go .go command
@ -34,9 +36,15 @@ command:
# #
# #
# #
#
# {{file}} ( a.txt test/test2/a.go)
# {{ext}} ( .go)
# {{changed}} (, 1537326690523046400)
# 使cp {{file}} /root/sync -rf myCommand --{{ext}} {{changed}}
exec: exec:
- go version - go version
- go env - go env
- echo {{file}}
` `
var firstRunHelp = ` fileboy ? var firstRunHelp = ` fileboy ?