# types.SetHookOptions.append

- **Module:** types.SetHookOptions
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L377
- **Page:** https://libtmux.org/en/ts/latest/reference/types-sethookoptions-append/

Add to the commands this hook already holds, tmux's `-a`.

A hook is a list, and without this each write replaces the whole list. It
is what builds the several commands `showHooks` reports, and the reason a
hook read back can hold more than was last written to it.
