-
Notifications
You must be signed in to change notification settings - Fork 152
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
Documentation enhancement #33
Comments
@mbierman The flags need to come after the subcommand, which is documented in the usage string: $ ipinfo
# notice the optional <opts> coming after <cmd>
Usage: ipinfo <cmd> [<opts>] [<args>]
... So it'd be For the field, it should be lowercase to match the JSON output, so it'd be |
I think it is fine to leave the capitalization as it is. That seems like what I would expect. It would be great if you could beef up the documentation a little to explain the flags and subcommands though. |
#13 is meant to help with that indeed. |
The documentation is unclear.
How to get Json output?
ipinfo -j myip
doesn't work.How to get one field?
ipinfo -f City myip
doesn't work.The text was updated successfully, but these errors were encountered: