I want to modify the -h in order to display optional parameters even when the subparser is not specified.
It seems that by default -h displays information only for the main parser and in order to display the ones specific for each subparser I need to call script.py xxx -h where xxx is the subparser.