|
|
|
|
|
by jknutson
179 days ago
|
|
With external commands you might have to collect the output of the program before doing any sort of manipulation. I’ve been got by this before too; the fix is simple (for me at least). `external.exe | collect | from json` et voila |
|