-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow directories to be used to fill filelist #74
base: master
Are you sure you want to change the base?
Conversation
Could you please update it by adding split-files support? Your construction that replaces ns-usbloader/src/main/java/nsusbloader/cli/TinfoilNetCli.java Lines 122 to 123 in adabfbe
Please feel free to tell you thoughts. Thanks! |
If it's okay for you, i would like to keep the change like that. I'm not familiar with the split-files support (and were it happens), so if the current change doesn't break anything i would like to leave it for another merge request. |
It breaks this function because it's possible to set slit-files (that are folder) as an input value. For each of USB-related transfer methods such validation implemented here (extends this class) For Net-transfers it's here:
|
This change allows also to pass directories to the cli. It makes it simpler to add multiple files.