mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +03:00
remove cli frontend in favour of cli subcommand (#278)
this removes the cli frontend entirely, replacing it with a subcommand instead
This commit is contained in:
committed by
GitHub
parent
7898f2362c
commit
2f6a3629ad
@@ -288,10 +288,10 @@ $ cargo run --release -- --frontend cli
|
||||
|
||||
Lan Mouse can be launched in daemon mode to keep it running in the background (e.g. for use in a systemd-service).
|
||||
|
||||
To do so, add `--daemon` to the commandline args:
|
||||
To do so, use the `daemon` subcommand:
|
||||
|
||||
```sh
|
||||
lan-mouse --daemon
|
||||
lan-mouse daemon
|
||||
```
|
||||
|
||||
In order to start lan-mouse with a graphical session automatically,
|
||||
|
||||
Reference in New Issue
Block a user