root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/lethe ./cmd/lethe"
bin = "./tmp/lethe"
args_bin = ["-config", "config.yaml"]
include_ext = ["go", "yaml", "sql"]
exclude_dir = ["tmp", "vendor", "data", "docs"]
delay = 1000
[log]
time = false
[color]
main = "yellow"
watcher = "cyan"
build = "green"
runner = "magenta"
[misc]
clean_on_exit = true