GoAppResource.withAppArgs
Method
interface GoAppResource { // ... omitted for brevity withAppArgs(args: any[]): GoAppResource;}Signature
method
withAppArgs builder Passes extra arguments to the Go program at runtime. In normal run mode they appear after `go run .`; in Delve mode after the `--` separator.
withAppArgs(args: any[]): GoAppResourceParameters
args any[] Returns
GoAppResource Defined on
This method is defined on the following type: