vorner / spirit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use private/hidden API of structopt

vorner opened this issue · comments

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.