Open-CMSIS-Pack / cpackget

Open-CMSIS-Pack Package Installer
Apache License 2.0
24 stars 15 forks source link

Add option `--deprecated` to omit deprecated packs by default #247

Closed ReinhardKeil closed 10 months ago

ReinhardKeil commented 10 months ago

Describe The Problem To Be Solved There are many deprecated packs that should be not processed by default as it may give the wrong impression. Today the cpackget list --public lists all public packs regardless of the deprecated status.

Suggest A Solution Add a command line option --deprecated or -d to include also deprecated packs. The list should then indicate the deprecated status and propose a replacement pack if available.

jkrech commented 10 months ago

Merged with #246.