martinpaljak / GlobalPlatformPro

🌐 🔐 Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project)
https://javacard.pro/globalplatform
GNU Lesser General Public License v3.0
673 stars 210 forks source link

Fix for https://github.com/martinpaljak/GlobalPlatformPro/issues/294 #298

Open gwachob opened 2 years ago

gwachob commented 2 years ago

I don't understand why joptsimple doesn't work as advertised but this simple fix seems to address the problem I'm seeing with put-key.

gwachob commented 2 years ago

Hi @martinpaljak any thoughts on this PR?

martinpaljak commented 1 year ago

For starters I made Key class public, will test how it works.