Adds method to split and strip input config files.
This allows using triple quote variables specifying comma separated files on different lines.
This commit is contained in:
parent
37ad951b6e
commit
4e2a51bb6b
2 changed files with 29 additions and 9 deletions
|
|
@ -76,7 +76,10 @@ description = "Example .babel file."
|
|||
license = "MIT"
|
||||
|
||||
SkipDirs = "SomeDir" ; ./SomeDir will not be installed
|
||||
SkipFiles = "file.txt,file2.txt" ; ./{file.txt, file2.txt} will not be installed
|
||||
SkipFiles = """
|
||||
file.txt,
|
||||
file2.txt,
|
||||
""" ; ./{file.txt, file2.txt} will not be installed
|
||||
|
||||
[Deps]
|
||||
Requires: "nimrod >= 0.9.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue