mirror of
https://github.com/go-task/task.git
synced 2025-07-17 01:43:07 +02:00
* Convert indentation to 2 spaces
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# vim: set tabstop=4 shiftwidth=4 expandtab:
|
||||
# vim: set tabstop=2 shiftwidth=2 expandtab:
|
||||
|
||||
_GO_TASK_COMPLETION_LIST_OPTION='--list-all'
|
||||
|
||||
@ -14,7 +14,7 @@ function _task()
|
||||
return $?
|
||||
;;
|
||||
-t|--taskfile)
|
||||
_filedir yaml
|
||||
_filedir yaml || return $?
|
||||
_filedir yml
|
||||
return $?
|
||||
;;
|
||||
|
Reference in New Issue
Block a user