refactor: Refactor cli implemention and configuration (#266)

* Refactor cli implemention and configuration

* cleanup
This commit is contained in:
Khosrow Moossavi
2020-05-20 22:21:19 -04:00
committed by GitHub
parent 085cac0c54
commit 04a9ef49eb
54 changed files with 943 additions and 493 deletions

View File

@@ -26,7 +26,7 @@ var basedir = "/docs"
var formatdir = "/formats"
func main() {
err := generate(cmd.RootCmd(), "", "FORMATS_GUIDE")
err := generate(cmd.NewCommand(), "", "FORMATS_GUIDE")
if err != nil {
log.Fatal(err)
}