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
.option("-p, --private","Make a private gist by reading your authentication details from `git credential fill` (public by default).")
9
+
.option("-u, --public","Make a public gist on your account (It's private by default). Needs to read your authentication details from `git credential fill`.")
10
10
.option("-a, --anonymous","Make an anonymous gist")
11
11
.option('-d, --description <string>',"A description for your gist",String)
0 commit comments