Closed HeyItsGilbert closed 1 year ago
Yea that is true, maybe I should change the behaviour for piping the input to be joined together like ConvertFrom-Json
rather than treat it as each individual TOML entry. It would make more sense for this scenario which is probably super common.
Not sure if this is by design but I noticed that if I try to run the following I get several errors. If I add the
-Raw
flag toGet-Content
it works fine.Example: