예제 #1
0
파일: info_test.go 프로젝트: kat-co/juju
func (s *UserInfoCommandSuite) NewShowUserCommand() cmd.Command {
	return user.NewShowUserCommandForTest(&fakeUserInfoAPI{}, s.store)
}
예제 #2
0
파일: info_test.go 프로젝트: imoapps/juju
func NewShowUserCommand() cmd.Command {
	return user.NewShowUserCommandForTest(&fakeUserInfoAPI{})
}