Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

daemon

Manage the background LSP server (auto-starts on first use)

Usage

tyf daemon

Subcommands

start
Start the background LSP server
stop
Stop the background LSP server
restart
Stop and restart the background LSP server
status
Show the daemon’s running status

Examples

# Start the background daemon
tyf daemon start

# Restart the daemon (e.g. after upgrading tyf)
tyf daemon restart

# Check daemon status
tyf daemon status

# Stop the daemon
tyf daemon stop

See also