Skip to content

Commit

Permalink
chore: Hide docfx pdf command output options
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Feb 20, 2024
1 parent 3a46668 commit 5c8c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docfx/Models/PdfCommandOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Docfx;
internal class PdfCommandOptions : LogOptions
{
[Description("Specify the output base directory")]
[CommandOption("-o|--output")]
[CommandOption("-o|--output", IsHidden = true)]
public string OutputFolder { get; set; }

[Description("Path to docfx.json")]
Expand Down

0 comments on commit 5c8c83f

Please sign in to comment.