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 Applies to
This method applies to the following types: