We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: