No explanation of what the switches are and what the arguments are.
Author: Aniol18Created Feb 4, 2023Updated May 22, 2023
Labelsstale
Hello
PhantomJS --help provides the syntax
phantomjs [switchs] [options] [script] [argument [argument [...]]]
There is no information in the help about:
- switches,
- arguments - I assume it's about the arguments of the JavaScript script. There are only options described.
This is a program error in the form of no description of the call parameters.
Regards
Source: ariya/phantomjs