mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +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'
|
_GO_TASK_COMPLETION_LIST_OPTION='--list-all'
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ function _task()
|
|||||||
return $?
|
return $?
|
||||||
;;
|
;;
|
||||||
-t|--taskfile)
|
-t|--taskfile)
|
||||||
_filedir yaml
|
_filedir yaml || return $?
|
||||||
_filedir yml
|
_filedir yml
|
||||||
return $?
|
return $?
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user