otpOption top-level property

Option otpOption
final

Implementation

final Option otpOption = Option(
  name: '--otp',
  description: 'One-time password from a two-factor authenticator',
  args: [Arg(name: 'otp')],
);