github.com/beauknowssoftware/makehcl@v0.0.0-20200322000747-1b9bb1e1c008/internal/run/testdata/command/make.hcl (about)

     1  default_goal = ["touch"]
     2  
     3  command touch {
     4    command = "touch test.txt"
     5  }