add "weed scaffold" command

This commit is contained in:
Chris Lu
2018-08-19 15:36:30 -07:00
parent 95b997fb35
commit 748870b03f
4 changed files with 56 additions and 86 deletions

View File

@@ -19,6 +19,7 @@ var Commands = []*Command{
cmdS3,
cmdUpload,
cmdDownload,
cmdScaffold,
cmdShell,
cmdVersion,
cmdVolume,