We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d2a6a commit b6910f7Copy full SHA for b6910f7
src/docfx/Program.cs
@@ -25,6 +25,7 @@ internal static int Main(string[] args)
25
config.AddCommand<BuildCommand>("build");
26
config.AddCommand<MetadataCommand>("metadata");
27
config.AddCommand<ServeCommand>("serve");
28
+ config.AddCommand<WatchCommand>("watch");
29
config.AddCommand<PdfCommand>("pdf");
30
config.AddBranch("template", template =>
31
{
0 commit comments