github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/flags/network/default.go (about) 1 package network 2 3 import "github.com/urfave/cli/v2" 4 5 var Default = &cli.BoolFlag{ 6 Name: "default", 7 Usage: "Set network to the default sandbox.", 8 }