@override List<String> get pubFlags => [ if (argResults!['offline'] as bool) '--offline', if (argResults!['dry-run'] as bool) '--dry-run', if (argResults!['tighten'] as bool) '--tighten', ];