#5 - list users

This commit is contained in:
2025-03-11 12:23:58 +02:00
parent 79b0812a90
commit e74d33ab55
5 changed files with 76 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ func LoginHandler(s *config.State, cmd config.Command) error {
return fmt.Errorf("failed to set current user: %w", err)
}
fmt.Printf("User set to %s\n", s.Config.CurrentUserName)
fmt.Printf("User set to %s\n", u.Name)
return nil
}