The implementation of help command for documentation currently relies on calling Linux man command, which is not available on Windows.
I couldn't find man parser implementation in PHP so far (it's pain to google :). The path of least resistance might be to simply echo contents of documentation on Windows.