Is there a posibility to configure Go Task runner (https://taskfile.dev/) to use files with file extension "yaml" instead of "yml"?
1条回答 默认 最新
duandiao3961 2019-09-10 22:44关注Task author here.
The only way to do it currently is by running:
task --taskfile=Taskfile.yamlor
task -t Taskfile.yamlThat said, there's an open issue and a open PR about making
.yamlextensions work automatically, so that will eventually work without the flag.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报