From 5736919f89e7daff3161fce6416f39c3c6883459 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sun, 16 Mar 2025 00:36:21 +0100 Subject: [PATCH] Update README.md update cli interface usage --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e1e2ac6..abc5f8c 100644 --- a/README.md +++ b/README.md @@ -268,19 +268,17 @@ If the device still can not be entered, make sure you have UDP port `4242` (or t
Command Line Interface -The cli interface can be enabled using `--frontend cli` as commandline arguments. -Type `help` to list the available commands. - -E.g.: +The cli interface can be accessed by passing `cli` as a commandline argument. +Use ```sh -$ cargo run --release -- --frontend cli -(...) -> connect left|right|top|bottom -(...) -> list -(...) -> activate 0 +lan-mouse cli help ``` + to list the available commands and +```sh +lan-mouse cli help +``` +for information on how to use a specific command. +