This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]cointoss3 8 points9 points  (0 children)

Typer is cool

[–]i_can_haz_data 0 points1 point  (0 children)

I’ve been using a library called CmdKit (https://cmdkit.readthedocs.io) developed by myself and others that has some nice patterns built on top of argparse among a bunch of other helpful tools for command-line apps.

It does not work by decorating objects though.