Make --init generate .yml instead of .yaml (#1062)

This commit is contained in:
Misite Bao
2023-03-17 08:53:01 +08:00
committed by GitHub
parent 291ee123c9
commit 15ef1fa1c2
6 changed files with 19 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ _arguments \
+ '(operation)' \
{-l,--list}'[list describable tasks]' \
{-a,--list-all}'[list all tasks]' \
{-i,--init}'[create new Taskfile.yaml]' \
{-i,--init}'[create new Taskfile.yml]' \
'(-*)'{-h,--help}'[show help]' \
'(-*)--version[show version and exit]' \
'*: :__task_list'