Always got `Unknown argument: ENTRY_FILE_PATH` error
treelite opened this issue · 2 comments
treelite commented
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?
acrazing commented