acrazing/dpdm

Always got `Unknown argument: ENTRY_FILE_PATH` error

treelite opened this issue · 2 comments

Hey there :) I just updated the dpdm to the latest version and always got this error Unknown argument: ENTRY_FILE_PATH when I ran something like "dpdm ENTRY_FILE_PATH".

Looks like it's related to the yargs upgrade(yargs/yargs#1977) that the strict() will throw error if there is any unknown argument. maybe the strictOptions() become a better choice now?

Can you show the complete command you executed? I can't seem to reproduce this problem:

image

According to #15 , it is fixed in dpdm@3.7.1, you can try it in the latest version now, thanks.