ArgumentParser.full_help

ArgumentParser.full_help()str[source]

Creates a complete help message for the daemon usage. The –help option of argparse does not provide the possibility to print a monolithic help message including the subparsers.

Returns

Full help message.

Return type

str