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
When we use this feature combined with using ... to optionally accept a list, throws an error Unknow argument, for instance in ipfs/js-ipfs/src/cli/commands/pin/ls.js#L7
In order to fix this, we have to set a dash-case option. This seems a bug with yargs-parser, as if it inferres other alias, it should be transparent to the users.