neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 55 forks source link

Remove previously deprecated stuff #184

Closed neithere closed 11 months ago

neithere commented 11 months ago

There's a discussion in #63 regarding pre_call. It seems that some project(s) depend on this undocumented hack. At the moment there's probably no way to replace it in that project. However, there's no clearly demonstrated valid use case with a code example. Perhaps it would be better to prolong the deprecation period for this particular argument. If necessary, it can still be removed earlier and the projects will be stuck with an older version of Argh until a replacement solution is implemented.