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
varstatusArgument=newArgument<string>("status"){Description="What you are doing right now?"};varallowRepliesOption=newOption<bool>("--allowReplies","-r","/r"){Description="Allow replies to your status update.",DefaultValueFactory= defaultValue =>true};varrootCommand=newRootCommand("Post a quick status update on Bluesky"){statusArgument,allowRepliesOption};
etc.
-h works, but --version takes the argument into account, so I get