INNER CODE UNIT · Go

main

minio/kes · cmd/kes/main.go:54

func main() {
	if complete(filepath.Base(os.Args[0])) {
		return
	}

	cmd := flag.NewFlagSet(os.Args[0], flag.ContinueOnError)
	cmd.Usage = func() { fmt.Fprint(os.Stderr, usage) }

	subCmds := commands{
		"server": serverCmd,

		"ls":       ls,
		"key":      keyCmd,
		"policy":   policyCmd,
		"identity": identityCmd,

		"log":    logCmd,
		"status": statusCmd,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…