Skip to content

Commit ae33416

Browse files
committed
add watch command in app
1 parent 26e0cc3 commit ae33416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docfx/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ internal static int Main(string[] args)
2323

2424
config.AddCommand<InitCommand>("init");
2525
config.AddCommand<BuildCommand>("build");
26+
config.AddCommand<WatchCommand>("watch");
2627
config.AddCommand<MetadataCommand>("metadata");
2728
config.AddCommand<ServeCommand>("serve");
2829
config.AddCommand<PdfCommand>("pdf");

0 commit comments

Comments
 (0)