mirror of
https://github.com/go-task/task.git
synced 2025-12-25 07:59:28 +01:00
feat: add remote.cache-dir taskrc option (#2572)
This commit is contained in:
@@ -22,7 +22,7 @@ function _task()
|
||||
|
||||
# Handle special arguments of options.
|
||||
case "$prev" in
|
||||
-d|--dir)
|
||||
-d|--dir|--remote-cache-dir)
|
||||
_filedir -d
|
||||
return $?
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user