func NewClearSubcommand()

in cli/clear.go [33:40]


func NewClearSubcommand() subcommands.Command {
	return &clearCmd{
		cmd{
			name:     "clear",
			synopsis: "remove all stored credentials",
		},
	}
}