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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user