Fix bug in localdir (optional fields in spec not supported)

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-01-26 16:36:00 -08:00
parent 3e5063828a
commit a26b767780
2 changed files with 10 additions and 10 deletions

View File

@ -74,7 +74,7 @@ package dagger
#Local: {
do: "local"
dir: string
include?: [...string] | *[]
include: [...string] | *[]
}
// FIXME: bring back load (more efficient than copy)

View File

@ -69,7 +69,7 @@ package dagger
#Local: {
do: "local"
dir: string
include?: [...string] | *[]
include: [...string] | *[]
}
// FIXME: bring back load (more efficient than copy)