one more request on this way .. the tool I want to wrap uses the parent feature of subparser, i.e. it defines subparsers that are reused in many other subbarsers.
check for the "parent" argument (in combination with add_help=False) here :
checkm.py.txt
I guess macros would be a great way to do this.
for now I will do this manually
one more request on this way .. the tool I want to wrap uses the parent feature of subparser, i.e. it defines subparsers that are reused in many other subbarsers.
check for the "parent" argument (in combination with add_help=False) here :
checkm.py.txt
I guess macros would be a great way to do this.
for now I will do this manually