Skip to content

Commit b6910f7

Browse files
committed
register watch command
1 parent 61d2a6a commit b6910f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docfx/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ internal static int Main(string[] args)
2525
config.AddCommand<BuildCommand>("build");
2626
config.AddCommand<MetadataCommand>("metadata");
2727
config.AddCommand<ServeCommand>("serve");
28+
config.AddCommand<WatchCommand>("watch");
2829
config.AddCommand<PdfCommand>("pdf");
2930
config.AddBranch("template", template =>
3031
{

0 commit comments

Comments
 (0)