github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/flags/paths.go (about)

     1  package flags
     2  
     3  import "github.com/urfave/cli/v2"
     4  
     5  var Paths = &cli.StringSliceFlag{
     6  	Name:    "paths",
     7  	Aliases: []string{"p"},
     8  	Usage:   "HTTP paths to use for the endpoint",
     9  }