vorner / spirit

Apache License 2.0
162 stars 6 forks source link

Don't use private/hidden API of structopt #49

Closed vorner closed 4 years ago

vorner commented 4 years ago

Currently, we use a non-public API of structopt, therefore pinning the exact structopt version to avoid breakage of compilation.

This is certainly wrong and should be done in a different way. See if there's any or ask the upstream for some nice support.