mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Arguments not read when passed after flags #3

Closed antho1404 closed 4 years ago

antho1404 commented 4 years ago

Commands now work correctly when using the format

mesg-cli command ...ARGS --flags

but not when using the format

mesg-cli command --flags ...ARGS

This should be flexible and we should accept both format.

antho1404 commented 4 years ago

This seems to be fixed already, I am able to use the 2 commands with the same result:

And two failing results if the port number is changed.