stdlib: added @dagger(input) and @dagger(output) attributes
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
// A git repository
|
||||
#Repository: {
|
||||
|
||||
remote: string
|
||||
ref: string
|
||||
subdir: string | *""
|
||||
remote: string @dagger(input)
|
||||
ref: string @dagger(input)
|
||||
subdir: string | *"" @dagger(input)
|
||||
|
||||
#up: [
|
||||
op.#FetchGit & {
|
||||
|
Reference in New Issue
Block a user