remove support for TOML and JSON

ref #34
This commit is contained in:
Andrey Nering
2017-07-03 21:20:58 -03:00
parent b8fe8d465e
commit e1fc3aa4fb
4 changed files with 2 additions and 42 deletions

View File

@@ -1,11 +0,0 @@
{
"hello": {
"cmds": [
"echo \"I am going to write a file named 'output.txt' now.\"",
"echo \"hello\" > output.txt"
],
"generates": [
"output.txt"
]
}
}

View File

@@ -1,6 +0,0 @@
[hello]
cmds = [
"echo \"I am going to write a file named 'output.txt' now.\"",
"echo \"hello\" > output.txt"
]
generates = ["output.txt"]