Skip to content

Commit

Permalink
add watch command in app
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jun 16, 2024
1 parent 26e0cc3 commit ae33416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docfx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ internal static int Main(string[] args)
config.AddCommand<InitCommand>("init");
config.AddCommand<BuildCommand>("build");
config.AddCommand<WatchCommand>("watch");
config.AddCommand<MetadataCommand>("metadata");
config.AddCommand<ServeCommand>("serve");
config.AddCommand<PdfCommand>("pdf");
Expand Down

0 comments on commit ae33416

Please sign in to comment.