-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
I love the new --columns
option, but when a command adjusts its output based on the current terminal size you get rather ugly output:
(generated with termshot --columns 100 --show-cmd --filename assets/cmd-help.png -- 'pyright-analysis --help'
)
If I also set COLUMNS
the output becomes:
(generated with COLUMNS=100 termshot --columns 100 --show-cmd --filename assets/cmd-help.png -- 'pyright-analysis --help'
)
HeavyWombat
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request