func NewListSubcommand()

in cli/helperCmd.go [71:78]


func NewListSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "list",
			synopsis: "(UNIMPLEMENTED) list all stored credentials",
		},
	}
}