Add -V option for verbose
This commit is contained in:
parent
1ceff78750
commit
b252fd636e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue