Open GBR-613 opened 2 years ago
Options "-o" and "--output-dir" do not work with other options on Linux
The output is produced in the specified directory
On Linux: error: option --output-dir not recognized On Windows: error: option --skip-errors not recognized
error: option --output-dir not recognized
error: option --skip-errors not recognized
Run the following: pdoc --skip-errors --output-dir <output directory> <source directory>
pdoc --skip-errors --output-dir <output directory> <source directory>
The problem is specific for generating the output from a source directory (not installed package)
Options "-o" and "--output-dir" do not work with other options on Linux
Expected Behavior
The output is produced in the specified directory
Actual Behavior
On Linux:
error: option --output-dir not recognized
On Windows:error: option --skip-errors not recognized
Steps to Reproduce
Run the following:
pdoc --skip-errors --output-dir <output directory> <source directory>
Additional info
The problem is specific for generating the output from a source directory (not installed package)