From 29dab7a77a3724fcf2456f015af22cba2a6fa36f Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:30:15 +0100 Subject: [PATCH] docs: update flags list --- README.md | 19 ++++++++++--------- src/main.rs | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f3397ab..fbe9ce9 100644 --- a/README.md +++ b/README.md @@ -143,15 +143,16 @@ Yeah, that's it. If you have something you'd like to tweak about lowfi, you use additional flags which slightly tweak the UI or behaviour of the menu. The flags can be viewed with `lowfi help`. -| Flag | Function | -| ------------------------------- | ---------------------------------------------- | -| `-a`, `--alternate` | Use an alternate terminal screen | -| `-m`, `--minimalist` | Hide the bottom control bar | -| `-b`, `--borderless` | Exclude borders in UI | -| `-p`, `--paused` | Start lowfi paused | -| `-d`, `--debug` | Include ALSA & other logs | -| `-w`, `--width ` | Width of the player, from 0 to 32 [default: 3] | -| `-t`, `--tracklist ` | Use a [custom track list](#custom-track-lists) | +| Flag | Function | +| ---------------------------------- | ---------------------------------------------- | +| `-a`, `--alternate` | Use an alternate terminal screen | +| `-m`, `--minimalist` | Hide the bottom control bar | +| `-b`, `--borderless` | Exclude borders in UI | +| `-p`, `--paused` | Start lowfi paused | +| `-d`, `--debug` | Include ALSA & other logs | +| `-w`, `--width ` | Width of the player, from 0 to 32 [default: 3] | +| `-t`, `--track-list ` | Use a [custom track list](#custom-track-lists) | +| `-s`, `--buffer-size , - /// Song buffer size. + /// Internal song buffer size. #[clap(long, short = 's', alias = "buffer", default_value_t = 5)] buffer_size: usize,