func NewEraseSubcommand()

in cli/helperCmd.go [60:67]


func NewEraseSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "erase",
			synopsis: "(UNIMPLEMENTED) erase any stored credentials for the server specified via stdin",
		},
	}
}