Open bnewbold opened 3 months ago
Any chance of being able to accept inputs via stdin and/or positional argument as well as the file for record create
?
@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?
Would that work for you?
Yes!
packaging:
features:
bsky features:
goat bsky get
?)interface polish:
--json
output for commands which aren't-
for stdinurfave/cli
so CLI args are handled reasonably