cli/context
Mislav Marohnić 77227a6c50 Trigger OAuth flow only when requesting auth token
Previously we would trigger OAuth flow when the config file did not
exist. Now we will let an empty Config object be initialized in that
case, but trigger OAuth flow when the Context caller requests an
AuthToken.
2020-06-02 13:24:39 +02:00
..
blank_context.go Allow stubbing multiple config files 2020-06-02 13:19:21 +02:00
context.go Trigger OAuth flow only when requesting auth token 2020-06-02 13:24:39 +02:00
remote.go Fix parsing non-GitHub remotes 2020-01-28 19:51:44 +01:00
remote_test.go Replace FakeHTTP with httpmock which is now compatible 2020-05-07 15:19:14 +02:00