timeoutOption top-level property

FigOption timeoutOption
final

Implementation

final FigOption timeoutOption = FigOption(
  name: ['--timeout'],
  description:
      'Sets the number of seconds that the NativeScript CLI will wait for the debugger to boot. If not set, the default timeout is 90 seconds',
  args: [FigArg(name: 'seconds')],
);