Skip to content

Commit 4f22db0

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 643e215 commit 4f22db0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3535
_Notes on the upcoming release will go here._
3636
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3737

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

4051
### Documentation

0 commit comments

Comments
 (0)