From b252fd636eb91ffee7e085d3f2db92b82fdc1ce1 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Mon, 6 Mar 2023 11:20:51 +0100 Subject: [PATCH] Add -V option for verbose --- src/scripts/associate_dossiers_legislatifs_with_assemblee.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/associate_dossiers_legislatifs_with_assemblee.ts b/src/scripts/associate_dossiers_legislatifs_with_assemblee.ts index f857232..5598eb6 100644 --- a/src/scripts/associate_dossiers_legislatifs_with_assemblee.ts +++ b/src/scripts/associate_dossiers_legislatifs_with_assemblee.ts @@ -142,7 +142,7 @@ sade("associate_dossiers_legislatifs_with_assemblee", true) .describe( 'Associate Légifrance "dossiers législatifs" with those of Assemblée nationale', ) - .option("--verbose", "Log all messages") + .option("-V, --verbose", "Log all messages") .action(async (options) => { await associateDossiersLegislatifsWithAssemblee(options) process.exit(0)