Add user message to login list view #166

Merged
6543 merged 1 commits from :add_user into master 2020-08-10 16:31:44 +00:00
Showing only changes of commit c0440812a7 - Show all commits

View File

@ -143,6 +143,7 @@ func runLoginList(ctx *cli.Context) error {
"Name",
"URL",
"SSHHost",
"User",
}
var values [][]string
@ -152,6 +153,7 @@ func runLoginList(ctx *cli.Context) error {
l.Name,
l.URL,
l.GetSSHHost(),
l.User,
})
}