main.go (95B)
1 package main 2 3 import "github.com/louloulibs/wrds-download/cmd" 4 5 func main() { 6 cmd.Execute() 7 }