We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e0cc3 commit ae33416Copy full SHA for ae33416
src/docfx/Program.cs
@@ -23,6 +23,7 @@ internal static int Main(string[] args)
23
24
config.AddCommand<InitCommand>("init");
25
config.AddCommand<BuildCommand>("build");
26
+ config.AddCommand<WatchCommand>("watch");
27
config.AddCommand<MetadataCommand>("metadata");
28
config.AddCommand<ServeCommand>("serve");
29
config.AddCommand<PdfCommand>("pdf");
0 commit comments