Sha256: b8c24504ad17bdf87bfe97c5cfca6560209d22b9fe447834f300e4bed4456b0b
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
{ "$doctype": "noms-v2", "$comment": "noms2 http://localhost:8787/echo.json one two three", "$body": [], "$script": [ "if (document.argv.length > 1) { document.body = document.argv.slice(1).join(\" \"); } else { line1 = prompt('String to echo: '); line2 = prompt(\"Password to echo (don't use real one): \", false); document.body = [line1, line2]; }" ] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
noms-command-2.1.1 | fixture/public/echo.json |
noms-command-0.5.0 | fixture/public/echo.json |