Skip to content

Commit 244bfbf

Browse files
committed
docs(CHANGES): Add user-focused notes for linkable CLI arguments (#1010)
Document the new linkable arguments feature with headerlinks, visual styling improvements, and default value badges
1 parent a0343cf commit 244bfbf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
_Notes on the upcoming release will go here._
3535

36+
### Documentation
37+
38+
#### Linkable CLI arguments and options (#1010)
39+
40+
CLI documentation now supports direct linking to specific arguments:
41+
42+
- **Linkable options**: Each `--option` and positional argument has a permanent URL anchor (e.g., `cli/load.html#-d`)
43+
- **Headerlinks**: Hover over any argument to reveal a ¶ link for easy sharing
44+
- **Visual styling**: Argument names displayed with syntax-highlighted backgrounds for better readability
45+
- **Default value badges**: Default values shown as styled inline code (e.g., `auto`)
46+
3647
## tmuxp 1.64.0 (2026-01-24)
3748

3849
### Documentation

0 commit comments

Comments
 (0)