Skip to content
Snippets Groups Projects
Commit dcd372b3 authored by Moul's avatar Moul
Browse files

[mod] #402: history: Get terminal columns with shutil instead of click

Change from click.get_terminal_size() to shutil.get_terminal_size()
Numbers of columns can be accessed with:
the first element `[0]` and .columns attribute
parent 432cf5b3
No related branches found
No related tags found
1 merge request!184#402: Update to Click v8.0.0 and fix deprecation warning
Pipeline #12683 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment