github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/flags/login/set_default.go (about) 1 package loginFlags 2 3 import ( 4 "github.com/taubyte/tau-cli/flags" 5 "github.com/urfave/cli/v2" 6 ) 7 8 var SetDefault = &flags.BoolWithInverseFlag{ 9 BoolFlag: &cli.BoolFlag{ 10 Name: "set-default", 11 Aliases: []string{"d"}, 12 Usage: "Set the profile as the default profile", 13 }, 14 }