github.com/vektra/tachyon@v0.0.0-20150921164542-0da4f3861aef/config.go (about)

     1  package tachyon
     2  
     3  type Config struct {
     4  	ShowCommandOutput bool
     5  }
     6  
     7  var DefaultConfig = &Config{false}