mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
refactor: Refactor cli implemention and configuration (#266)
* Refactor cli implemention and configuration * cleanup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user