cli, gapi, lang, lib: Add a flag to skip autoedges
The GAPI API is a bit of a mess, but I think this seems to work for standalone run and also deploys. Hopefully I didn't add any unnecessary extra dead code here, but that's archaeology for another day.
This commit is contained in:
@@ -51,6 +51,9 @@ type Deploy struct {
|
||||
//Sync bool // wait for everyone to close previous GAPI before switching
|
||||
Noop bool
|
||||
Sema int // sema override
|
||||
|
||||
NoAutoEdges bool
|
||||
|
||||
GAPI GAPI
|
||||
}
|
||||
|
||||
|
||||
@@ -71,6 +71,8 @@ type Flags struct {
|
||||
|
||||
Noop bool
|
||||
Sema int
|
||||
|
||||
NoAutoEdges bool
|
||||
}
|
||||
|
||||
// Info is the set of input values passed into the Cli method so that the GAPI
|
||||
|
||||
Reference in New Issue
Block a user