less debug

This commit is contained in:
bel
2023-03-23 21:08:56 -06:00
parent 1ca516994c
commit e002e19285

View File

@@ -15,5 +15,5 @@ Stateless `X <-> Y` formatting+conversion in Rust
``` ```
$ DEBUG=true INPUT_NAME=gui OUTPUT_NAME=udp OUTPUT_FORMAT="$(printf "%s" "{{VALUE}}")" cargo run $ DEBUG=true INPUT_NAME=gui OUTPUT_NAME=udp OUTPUT_FORMAT="$(printf "%s" "{{VALUE}}")" cargo run
$ DEBUG=true INPUT_NAME=udp cargo run | DEBUG=true INPUT_KEYBOARD=true OUTPUT_KEYBOARD=false mayhem-party $ INPUT_NAME=udp cargo run | DEBUG=true INPUT_KEYBOARD=true OUTPUT_KEYBOARD=false mayhem-party
``` ```