vedderb / vesc_tool

The source code for VESC Tool. See vesc-project.com
GNU General Public License v3.0
723 stars 532 forks source link

Exit program after downloadPackageArchive via CLI #377

Closed r3n33 closed 3 months ago

vedderb commented 3 months ago

The idea with exiting later was that you can combine the download with other operations. After this change adding the download-argument will cancel all other operations. Is there any problem with exiting later the way it is implemented now?

r3n33 commented 3 months ago

Not a problem at all. I see you have added a commit to fix my issue. Thank you!