yd-cli 0.9__tar.gz → 0.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yd-cli
3
- Version: 0.9
3
+ Version: 0.10
4
4
  Summary: CLI tool to synchronize directories using rsync.
5
5
  Author: Christian Heinze
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.10,<0.12" ]
4
4
 
5
5
  [project]
6
6
  name = "yd-cli"
7
- version = "0.9"
7
+ version = "0.10"
8
8
  description = "CLI tool to synchronize directories using rsync."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -312,7 +312,7 @@ def run(
312
312
  ),
313
313
  rich.progress.TextColumn(
314
314
  "",
315
- table_column=rich.table.Column(width=8),
315
+ table_column=rich.table.Column(min_width=8),
316
316
  ),
317
317
  *it.chain.from_iterable(
318
318
  (
@@ -333,6 +333,8 @@ def run(
333
333
  }
334
334
  ),
335
335
  console=console,
336
+ expand=True,
337
+ refresh_per_second=10,
336
338
  ) as progress,
337
339
  ):
338
340
  template = "{action} {filename} ({transfer_bytes} bytes)"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes