mattn / bsky

A cli application for bluesky social
269 stars 26 forks source link

Embed-quote (-q) ignored when bsky post command has both -q and --image #28

Open mkyutani opened 5 months ago

mkyutani commented 5 months ago

OK: bsky post text OK: bsky post -q at:... quote OK: bsky post --image hoge.jpg 'text with image' NG: bsky post -q at:... --image hoge.jpg 'quote with image' # -q ignored