I have developed my custom powershell snapin. I wanted to write help for that. Is anyone aware about any tool?
I have already tried ps cmdlet help editor from codeplex (https://pscmdlethelpeditor.codeplex.com/releases/view/573966), but that is not working for me. This tool is able to load from only module (module class). When I try to load a snapin (module class), then it throws following error "Cannot bind argument to parameter 'name' because it is an empty string"
Please let me know in case anyone is aware about any other tool