From 2912cd8e8a8795f9ed1ae1df532252aa9febd214 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 27 Nov 2018 12:54:12 +0100 Subject: [PATCH] Update page 'Home' --- Home.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5d08b7b..d097312 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,25 @@ -Welcome to the Wiki. \ No newline at end of file +When running `footpedal-rs --help`, the following instructions are yielded. This wiki will elaborate on these commands. + +```bash +rust-footswitch 0.1.0 +Dennis Potter + +USAGE: + footswitch-rs [SUBCOMMAND] + +FLAGS: + -h, --help Prints help information + -V, --version Prints version information + +SUBCOMMANDS: + append Append a key, a modifier, or a string to one or more pedals + clear Clear the value of one or more pedals + help Prints this message or the help of the given subcommand(s) + list Prints a table of all possible keys + read Read from the footpedal + set Set a key or a mousebutton to one or more pedals +``` + +## Reading the foot pedal + +## Writing data to the foot pedal \ No newline at end of file