github.com/friesencr/pop/v6@v6.1.6/soda/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/friesencr/pop/v6/soda/cmd"
     5  )
     6  
     7  func main() {
     8  	cmd.RootCmd.Use = "soda"
     9  	cmd.Execute()
    10  }