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
This is an educated guess as your program fragment does not show where cmd came from.
Try changing cmd.page to cmd.opts().page.
The default behaviour for storing options has changed. By default, option values are no longer stored as properties on the command. See the release notes and migration tips for more clues:
After upgrading
commander
version from6.2.1
to7.0.0
I get the following error:On the below line:
Any idea on how to solve that?
The text was updated successfully, but these errors were encountered: