Specifically, the CHM help file I'm thinking about is the PHP User Manual. I would like some way to be able to open this file directly to a given function reference (node) in the document. Like this:
C:\> php_manual_en.chm json_encode
Only that ↑ syntax isn't correct -- that just ends up opening the manual to the TOC. Can CHM files accept command line arguments? Is there some way to open them directly to certain nodes?