IResourceWithArgs.withArgsCallback
Method
interface IResourceWithArgs { // ... omitted for brevity withArgsCallback(callback: (obj: CommandLineArgsCallbackContext) => void): IResourceWithArgs;}Signature
method
withArgsCallback builder Sets command-line arguments via callback
withArgsCallback(callback: (obj: CommandLineArgsCallbackContext) => void): IResourceWithArgsParameters
callback (obj: CommandLineArgsCallbackContext) => void Returns
IResourceWithArgs Defined on
This method is defined on the following type: