pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.12k stars 145 forks source link

Option "-o" does not work on Windows #398

Open GBR-613 opened 2 years ago

GBR-613 commented 2 years ago

Option "-o" does not work with specified directory when running on Windows

Expected Behavior

The output is produced in the specified directory

Actual Behavior

error: option -o not recognized

Steps to Reproduce

Run the following: pdoc -o <output directory> <source directory>

Additional info

  1. The same occurs with option --output-directory
  2. The problem is specific for Windows (there is another issue with Linux)
  3. The problem is specific for generating the output from a source directory (not installed package)