Add -V option for verbose

This commit is contained in:
Emmanuel 2023-03-06 11:20:51 +01:00
parent 1ceff78750
commit b252fd636e

View file

@ -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)