update: 完成markdown动态更新

This commit is contained in:
sanfan.hx
2019-08-07 14:33:40 +08:00
parent bc10e99823
commit 8f835fec3a
23 changed files with 660 additions and 193 deletions

View File

@ -18,6 +18,7 @@ class _CommandRunner extends CommandRunner<int> {
negatable: false, help: 'Prints the version of goCi.');
addCommand(CreateDemoCommand());
addCommand(CreatePageCommand());
addCommand(WatchCommand());
addCommand(Build());
}