Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jsirex opened this issue Dec 10, 2019 · 1 comment
Closed

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

jsirex opened this issue Dec 10, 2019 · 1 comment

Comments

@jsirex
Copy link

jsirex commented Dec 10, 2019

echo "app.server.port = 8080" | ./rq -t 'at "app.server.port"'

Expected:

8080

Actual:

{
  "app": {
    "server": {
      "port": 8080
    }
  }
}
@dflemstr
Copy link
Owner

dflemstr commented Jan 4, 2020

See #208

@dflemstr dflemstr closed this as completed Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants