Skip to content

Commit 03d7ef7

Browse files
committed
Adding man pages support
1 parent 64f691b commit 03d7ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*/
2929
package main
3030

31-
import "github.com/bcmi-labs/arduino-cli/docs"
31+
import "github.com/spf13/cobra/cobra/cmd"
3232

3333
func main() {
34-
//cmd.Execute()
35-
docs.GenerateManPages()
34+
cmd.Execute()
35+
//docs.GenerateManPages()
3636
}

0 commit comments

Comments
 (0)