示例#1
0
func main() {
	fmt.Println(`# API Reference

The Things Network's backend servers.
`)
	fmt.Print(docs.Generate(cmd.RootCmd))
}
示例#2
0
func main() {
	fmt.Println(`# API Reference

Control The Things Network from the command line.
`)
	fmt.Print(docs.Generate(cmd.RootCmd))
}