You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, some arguments of a command are not necessary to describe, but currently I have to write all descriptions of them to avoid the null reference error.
I think it may be more pleasant to make a null check for "argsDescription[arg.name]" here?
In my case, some arguments of a command are not necessary to describe, but currently I have to write all descriptions of them to avoid the null reference error.
I think it may be more pleasant to make a null check for "argsDescription[arg.name]" here?
commander.js/index.js
Line 1551 in 1b5ede8
The text was updated successfully, but these errors were encountered: