pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

pack-manager: removed query before pack download #163

Closed flit closed 3 years ago

flit commented 3 years ago

Removed the "press enter to continue" before proceeding to download packs when running pack-manager cache devs. This removes the use of raw_input().

Fixes #93