Skip to content

CLI polish: --version flag and per-table progress bars #55

Description

@math280h

Two small UX improvements:

  • --version flag (standard typer pattern reading the installed package version).
  • Per-table progress bars using rich.progress - row counts are already known up front from count_rows, so progress per batch is essentially free. Currently the only feedback is a "Working on table" line, which for big tables means minutes of silence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions