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

     1  package flags
     2  
     3  import "github.com/urfave/cli/v2"
     4  
     5  var Select = &cli.BoolFlag{
     6  	Name:  "select",
     7  	Usage: "Ignore current and trigger a selection prompt",
     8  }