glab config set ca_cert "/path/to/cert"
git.mydomain.com
The functions in the prompt package have stub functions for test. Take a look at the mr_create_test where I stubbed the submit confirmation prompt with:
ask, teardown := prompt.InitAskStubber()
defer teardown()
ask.Stub([]*prompt.QuestionStub{
{
Name: "confirmation",
Value: 0,
},
})
This selects the first option which is submit
glab mr view
? it seems to be missing basic stuff
Hi @mmngreco sorry for the late reply and sorry for facing this issue... Currently there is no way to recover it. There is an open issue to resolve this #472 ... Thanks
To me, there is nothing to sorry about; you are doing a great job with glab! Thank you for point me the issue, I'm tracking it! ;-)