dflemstr / rq

Record Query - A tool for doing record analysis and transformation
Apache License 2.0
2.27k stars 57 forks source link

"at" syntax doesn't work starting from 1.0.0 #206

Closed jsirex closed 4 years ago

jsirex commented 4 years ago
echo "app.server.port = 8080" | ./rq -t 'at "app.server.port"'

Expected:

8080

Actual:

{
  "app": {
    "server": {
      "port": 8080
    }
  }
}
dflemstr commented 4 years ago

See #208