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
Describe the bug The help content displayed by the `docfx pdf --help' command does not work as described.
To Reproduce Steps to reproduce the behavior:
docfx pdf --name test
Expected behavior Don't show invalid options by docfx pdf --help command.
docfx pdf --help
Context (please complete the following information):
Additional context Currently PdfCommandOptions inherit BuildCommandOptions. But inherited options are not used. Except for ConfigFile/OutputFolder.
PdfCommandOptions
BuildCommandOptions
ConfigFile
OutputFolder
The text was updated successfully, but these errors were encountered:
a5c7194
docfx pdf
fix: clean up PDF command help options
f5eb6d0
fixes dotnet#9696
No branches or pull requests
Describe the bug
The help content displayed by the `docfx pdf --help' command does not work as described.
To Reproduce
Steps to reproduce the behavior:
docfx pdf --name test
Expected behavior
Don't show invalid options by
docfx pdf --help
command.Context (please complete the following information):
Additional context
Currently
PdfCommandOptions
inheritBuildCommandOptions
. But inherited options are not used.Except for
ConfigFile
/OutputFolder
.The text was updated successfully, but these errors were encountered: