func NewStoreSubcommand()

in cli/helperCmd.go [38:45]


func NewStoreSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "store",
			synopsis: "(UNIMPLEMENTED) for the specified server, store the credentials provided via stdin",
		},
	}
}