-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
docsREADME (or other docs) could be improvedREADME (or other docs) could be improved
Description
Hey,
Previously the following:
commander
.command('logs')
.option("-n <nb-lines>", "Number of lines")
.description('Print logs')
.action(async function(opts) {
....
The option n was populated in opts.N (note the capital letter), but now it is no more available opts.N but is now available in opts.n. Is it a bug or the correct new behaviour?
Metadata
Metadata
Assignees
Labels
docsREADME (or other docs) could be improvedREADME (or other docs) could be improved