Display message when logging into existing account
This commit is contained in:
parent
a9acece7dd
commit
1bf6023164
6 changed files with 101 additions and 1 deletions
|
|
@ -25,6 +25,10 @@ func (c tinyConfig) Login(host, username, token, gitProtocol string, encrypt boo
|
|||
return false, nil
|
||||
}
|
||||
|
||||
func (c tinyConfig) UsersForHost(hostname string) ([]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func TestLogin_ssh(t *testing.T) {
|
||||
dir := t.TempDir()
|
||||
ios, _, stdout, stderr := iostreams.Test()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue