[issue35480] argparse: add a full fledged parser as a subparser

2018-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: I presume you mean to close this. -- nosy: +terry.reedy stage: -> resolved status: open -> closed ___ Python tracker ___

[issue35480] argparse: add a full fledged parser as a subparser

2018-12-12 Thread Victor Porton
Victor Porton added the comment: Oh, I noticed I can do my_subparser = subparsers.add_parser('checkout', aliases=['co']) So resolution invalid. -- resolution: -> not a bug ___ Python tracker

[issue35480] argparse: add a full fledged parser as a subparser

2018-12-12 Thread Victor Porton
New submission from Victor Porton : Subparsers are added like: subparsers.add_parser('checkout', aliases=['co']) But I want to use a parser BOTH as a subparser and as a full-fledged parser. It is because my program should understand both of the following command line options: boiler chain