Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new parameter max_width to MyPrettyTable #2426

Merged
merged 10 commits into from
Jul 18, 2024

Commits on Apr 15, 2024

  1. Add a new parameter max_width to MyPrettyTable to enhance its displ…

    …ay for CLI usage
    
    This PR adds a `max_width` parameter to MyPrettyTable to restrict the maximum width of its underlying table.
    
    The value can be an integer, "max" (detect automatically the correct width) or None (no width limit)
    DarkaMaul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e11d4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d9817 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    d0f81e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe67f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. bump prettytable

    0xalpharush committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f533843 View commit details
    Browse the repository at this point in the history
  2. bump prettytable

    Co-authored-by: dm <[email protected]>
    0xalpharush and DarkaMaul committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    209c23a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    72cb692 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5623018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a5888 View commit details
    Browse the repository at this point in the history
  3. pylint

    0xalpharush committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a98f68f View commit details
    Browse the repository at this point in the history