We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
goat
packaging:
features:
bsky features:
goat bsky get
interface polish:
--json
-
urfave/cli
The text was updated successfully, but these errors were encountered:
goat: Go AT protocol CLI tool (#718)
4006c0e
I'm biased towards just merging this, and then iterating. The CLI isn't totally stable yet. tracking issue: #719
Any chance of being able to accept inputs via stdin and/or positional argument as well as the file for record create?
record create
Sorry, something went wrong.
@tom-sherman yes! I'd probably do it by special-casing - as the file path, and have folks do ./- if they really want a file named -.
./-
echo "{whatever}" | jq . | goat record create -
Would that work for you?
Yes!
bnewbold
No branches or pull requests
packaging:
features:
bsky features:
goat bsky get
?)interface polish:
--json
output for commands which aren't-
for stdinurfave/cli
so CLI args are handled reasonablyThe text was updated successfully, but these errors were encountered: