[PR #4] [MERGED] support for cmdline args and better error handling #220

Closed
opened 2026-05-05 22:14:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/4
Author: @feschber
Created: 2/18/2023
Status: Merged
Merged: 2/18/2023
Merged by: @feschber

Base: mainHead: cmdline-args


📝 Commits (6)

  • 51d74fb support for cmdline args and better error handling
  • 5d28b04 make config.toml optional
  • cc493bf dont abuse panic for error handling
  • 70fc257 update doc
  • 30d2bc8 more panics removed
  • 7c72b08 more unwraps removed

📊 Changes

9 files changed (+204 additions, -82 deletions)

View changed files

📝 DOC.md (+5 -11)
📝 config.toml (+2 -2)
📝 src/client.rs (+20 -25)
📝 src/config.rs (+93 -8)
📝 src/consumer.rs (+4 -5)
📝 src/event/server.rs (+7 -9)
📝 src/main.rs (+63 -13)
📝 src/producer.rs (+4 -5)
📝 src/request.rs (+6 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/4 **Author:** [@feschber](https://github.com/feschber) **Created:** 2/18/2023 **Status:** ✅ Merged **Merged:** 2/18/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `cmdline-args` --- ### 📝 Commits (6) - [`51d74fb`](https://github.com/feschber/lan-mouse/commit/51d74fbf975ea412c54ea4d062c810c4b41f6be6) support for cmdline args and better error handling - [`5d28b04`](https://github.com/feschber/lan-mouse/commit/5d28b0415765eac9db86ac5900838c7cfe21eee3) make config.toml optional - [`cc493bf`](https://github.com/feschber/lan-mouse/commit/cc493bf71d3591dcbc95f5d6602b209c8d102e99) dont abuse panic for error handling - [`70fc257`](https://github.com/feschber/lan-mouse/commit/70fc257526ab491fa0d0fe0398d8dc7dad376433) update doc - [`30d2bc8`](https://github.com/feschber/lan-mouse/commit/30d2bc807842e0f1efcde8837d620862a4c47b09) more panics removed - [`7c72b08`](https://github.com/feschber/lan-mouse/commit/7c72b0881ad9fc848b949c1185db43e437d9c404) more unwraps removed ### 📊 Changes **9 files changed** (+204 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `DOC.md` (+5 -11) 📝 `config.toml` (+2 -2) 📝 `src/client.rs` (+20 -25) 📝 `src/config.rs` (+93 -8) 📝 `src/consumer.rs` (+4 -5) 📝 `src/event/server.rs` (+7 -9) 📝 `src/main.rs` (+63 -13) 📝 `src/producer.rs` (+4 -5) 📝 `src/request.rs` (+6 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:14:31 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#220
No description provided.