1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

fix: optional includes

This commit is contained in:
Pete Davison
2023-09-06 00:11:13 +00:00
parent 220bf74a9e
commit 6b3f8e29bb
3 changed files with 11 additions and 25 deletions

View File

@@ -17,7 +17,6 @@ type Node interface {
Parent() Node
Location() string
Dir() string
Optional() bool
Remote() bool
ResolveEntrypoint(entrypoint string) (string, error)
ResolveDir(dir string) (string, error)