feat: Reverse direction of bars

Add bars on right option

Add tests
This commit is contained in:
andy.boot
2023-11-09 21:52:13 +00:00
parent 24bdbf036e
commit 6e0505bfd7
11 changed files with 96 additions and 8 deletions
+6
View File
@@ -73,6 +73,12 @@ pub fn build_cli() -> Command<'static> {
.long("no-percent-bars")
.help("No percent bars or percentages will be displayed"),
)
.arg(
Arg::new("bars_on_right")
.short('B')
.long("bars-on-right")
.help("percent bars moved to right side of screen"),
)
.arg(
Arg::new("min_size")
.short('z')