修改 首次运行引导

This commit is contained in:
dengsgo 2019-01-03 10:19:33 +08:00
parent 5f0b16cbdb
commit 92af817777
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,6 @@ func parseArgs() {
if err != nil {
log.Println("the filegirl.yaml file does not exist! ", err)
fmt.Print(firstRunHelp)
fmt.Print(helpStr)
return
}
initWatcher()

5
raw.go
View File

@ -57,19 +57,20 @@ command:
# 通知器
notifier:
# 文件更改会向该 url 发送请求POST 一段 json 文本数据
# 例如: http://example.com/notifier/fileboy-listener
# 触发请求的时机和执行 command 命令是一致的
# 请求超时 15
# POST 格式:
# Content-Type: application/json;charset=UTF-8
# User-Agent: FileBoy Net Notifier v1.2
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
# : http://example.com/notifier/fileboy-listener
# 不启用通知请留空
callUrl: ""
`
var firstRunHelp = `第一次运行 fileboy ?
你可能需要先执行 fileboy init 生成配置
更多信息查看帮助:
更多信息使用 fileboy help 查看帮助
`
var helpStr = `fileboy [option]