[Bug] debugOutput parameter is not working as described in help message.
Open
- 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
Assessment
This issue has not been assessed yet.