func_argparse icon indicating copy to clipboard operation
func_argparse copied to clipboard

Generate nice CLI from a function signature.

Results 2 func_argparse issues
Sort by recently updated
recently updated
newest added

My apegears library defines a subclass of ArgumentParser. I'd like to integrate it with the func_argparse parser generator, so that the generator can generate the my parser type. For that,...

Hi, It seems that you tool is doing something very similar to [autocommand](https://pypi.org/project/autocommand/ ) maybe worth adding in the *alternatives* section ?