pub top-level property
Implementation
final List<FigOption> pub = [
FigOption(
name: ['--pub'],
description: "Run 'flutter pub get' before executing this command",
),
FigOption(
name: ['--no-pub'],
description: "Don't run 'flutter pub get' before executing this command",
),
];