streamd/src/cli/commands
Konstantin Fickel b224620212
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m30s
Continuous Integration / Build Package (push) Successful in 3m38s
fix: resolve clippy warnings in lsp module
- Replace map_or(false, ...) with is_none_or(... !=)
- Replace explicit auto-derefs (&*Static) with auto-deref (&Static)
- Refactor range-indexed loop to iterator with enumerate + skip/take
- Suppress deprecated root_path field with allow(deprecated)

docs: update README and REQUIREMENTS for streamd lsp

- Add streamd lsp to commands table in README
- Add Editor Integration section with Zed, Neovim, VS Code snippets
- Add R25 LSP requirements (R25a–R25e) to REQUIREMENTS.md
2026-04-13 21:42:15 +02:00
..
completions.rs refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
daily.rs refactor: remove duplicate code 2026-04-13 19:49:50 +02:00
edit.rs fix: cross-platform compatibility for Windows support 2026-04-13 19:53:48 +02:00
lsp.rs fix: resolve clippy warnings in lsp module 2026-04-13 21:42:15 +02:00
mod.rs feat: add streamd lsp subcommand with LSP server 2026-04-13 21:37:38 +02:00
new.rs fix: cross-platform compatibility for Windows support 2026-04-13 19:53:48 +02:00
timesheet.rs refactor: remove duplicate code 2026-04-13 19:49:50 +02:00
todo.rs fix: cross-platform compatibility for Windows support 2026-04-13 19:53:48 +02:00