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