github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/utils/man/flags_cache.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package man
     5  
     6  type flagsT struct {
     7  	Flags        []string
     8  	Descriptions map[string]string
     9  }