codice / acdebugger

Purpose-built debugger for determining missing OSGi bundle security permissions
Apache License 2.0
7 stars 10 forks source link

Add command line parameter parser #7

Closed coyotesqrl closed 6 years ago

coyotesqrl commented 6 years ago

Command line params are currently being interpreted manually, which is fragile. Adding a command line parsing utility would take this complexity out of ACE itself and put it on a library designed to handle that.