Closed fredmo closed 6 months ago
About 2 and 3
You can use "--"
$ bsky post -- "- topic1
topic2
topic3
"
In general UNIX command line programs, arguments after -- are not treated as flags, even if they start with -.
About 1
Now I fixed in https://github.com/mattn/bsky/commit/4f885a8e7e5ee0b52fe06ad9eafd25c4e03faea9
So closing.
Thank you!
Hello
I remark the following issues :
bsky post -image "my_picture,project.jpg" "- topic1
1/ In the picture name, if there is a comma : the bsky will look for "my_picture," and miss the rest of the filename. It seems to be linked to : --image value, -i value [ --image value, -i value ]
the commit could be in the filename, it s not a advised separator
2/ In the message, I remark , by doing as the example
3/ the return to the line seems not managed? my lines seem ignored ?