Nate Smith
Nate Smith
This PR modernizes the tests for `pr create`, switching to a test case + dependency injected `CreateOptions` style. There are no significant changes to the tests themselves. This is part...
The goal of this work: - provide prompting to commands via the `Factory` - help insulate us from either changes to survey or changes to what prompting library we use...
As `gh` has appeared in [Debian Sid](https://packages.debian.org/sid/utils/gh), I think it would be prudent to sunset our Debian packaging. This packaging is a source of hosting headaches for us as well...
I just ran `gh repo delete gh-bin-upgade` and then spent way too long trying to figure out why it wasn't working, only to realize i was correctly spelling `gh-bin-upgrade` in...
The first pass on configuration support added `get` and `set`. This is enough to make things work but once our configuration supports more keys we might want to support a...
This PR adds a new function to `surveyPrompter`, `ConfirmDeletion`. It requires the user to type in a specific value in order to confirm that something should be deleted. I added...
This issue tracks our tech debt work around the new `Prompter` interface. There are 60 instances of either `SurveyAsk` or `SurveyAskOne`. They'll all need porting. For each change, tests will...
This issue covers a new command for `gh extension`. We've been calling it `gh ext manage` but I am starting to feel that `gh ext browse` is a better name,...
In discussing #6047 we realized that `gh` doesn't do a good job of documenting auth scopes. This issue covers: - Adding help topic `gh help scopes` - List out current...
When a user tries to run a codespace command without the codespace scope as detailed in #6047 , the hint to run `gh auth login` should specifically suggest running `gh...