func NewGetSubcommand()

in cli/helperCmd.go [49:56]


func NewGetSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "get",
			synopsis: "for the server specified via stdin, return the stored credentials via stdout",
		},
	}
}