github.com/andrewrech/ih-abstract@v0.0.0-20210322142951-2fec1c8d0f38/cli_test.go (about)

     1  package main
     2  
     3  import "testing"
     4  
     5  func TestUsage(t *testing.T) {
     6  
     7  	usage()
     8  
     9  	_ = flagParse()
    10  
    11  	printConf()
    12  
    13  }