This commit is contained in:
Alexander Neumann
2018-06-10 12:27:52 +02:00
parent e4c0d77bdd
commit 722517c480
6 changed files with 183 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
quiet = true
+4
View File
@@ -0,0 +1,4 @@
{
"Quiet": true,
"Repos": null
}
+10
View File
@@ -0,0 +1,10 @@
repo "test" {
backend = "local"
path = "/foo/bar/baz"
}
foobar "test" {
x = "y"
}
quiet = false
+9
View File
@@ -0,0 +1,9 @@
{
"Quiet": false,
"Repos": {
"test": {
"Backend": "local",
"Path": "/foo/bar/baz"
}
}
}