--plugin_info
appears to print the module info multiple times. Print statement is likely called multiple times. Problem is likely here or here
This can likely be fixed by passing print(get_help.get_help(cmd_args.options.plugin_info), print_help=False)