# tmux.ListCommandsRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_keys.go#L51
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-listcommandsrequest/

ListCommandsRequest optionally limits output to one tmux command or alias. Nil CommandName lists all commands; a pointer to an empty name is explicit.

## Members

- `CommandName` (attribute): CommandName optionally selects one command or alias.
