You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu the binary is renamed gist-paste as you are no doubt aware. Perhaps the error messages, e.g., this login one:
$ gist-paste foo.txt
Please log in with `gist --login`. (Github now requires credentials to gist https://bit.ly/2GBBxKw)
... could use the name of the invoked binary (gist-paste) here, to avoid confusing the user (e.g., using argv[0] or however the name is available in your implementation language).
The text was updated successfully, but these errors were encountered:
travisdowns
changed the title
Loging message with renamed binary
Help message still refers to gist on systems with renamed binary
Feb 23, 2021
On Mon, Feb 22, 2021 at 9:13 PM, Travis Downs < ***@***.*** > wrote:
On Ubuntu the binary is renamed gist-paste as you are no doubt aware.
Perhaps the error messages, e.g., this login one:
$ gist-paste foo.txt
Please log in with `gist --login`. (Github now
requires credentials to gist https:/ / bit. ly/ 2GBBxKw (
https://bit.ly/2GBBxKw ) )
... could use the name of the invoked binary (gist-paste) here, to avoid
confusing the user (e.g., using argv[0] or however the name is available in
your implementation language).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (
#328 ) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AAAXAQAJ7II2QE2PM65VKADTAM2OBANCNFSM4YBZV7CQ
).
On Ubuntu the binary is renamed
gist-paste
as you are no doubt aware. Perhaps the error messages, e.g., this login one:... could use the name of the invoked binary (gist-paste) here, to avoid confusing the user (e.g., using
argv[0]
or however the name is available in your implementation language).The text was updated successfully, but these errors were encountered: