mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat: root remote taskfiles
This commit is contained in:
@@ -131,10 +131,6 @@ func Validate() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
if Dir != "" && Entrypoint != "" {
|
||||
return errors.New("task: You can't set both --dir and --taskfile")
|
||||
}
|
||||
|
||||
if Output.Name != "group" {
|
||||
if Output.Group.Begin != "" {
|
||||
return errors.New("task: You can't set --output-group-begin without --output=group")
|
||||
|
||||
Reference in New Issue
Block a user