dotnet / dotnet/docfx

[Bug] debugOutput parameter is not working as described in help message.

Open
#9,010 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 9m
Merged PRs (30d)
11

Description

**Describe the bug**
`--debugOutput` argument value is optional.
If value is omitted `${TempPath}/docfx` should be used as described in `docfx build --help` results.
> The output folder for files generated for debugging purpose when in debug mode. If not specified, it is ${TempPath}/docfx

**To Reproduce**
Steps to reproduce the behavior:
1. Run ` docfx build --debugOutput`
2. Following error displayed.
>Error: Option 'debugOutput' is defined but no value has been provided.

**Expected behavior**
debug files are outputted to `${TempPath}/docfx`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.