We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See wp-cli/wp-cli#4246
The tput exec at https://github.com/wp-cli/php-cli-tools/blob/master/lib/cli/Shell.php#L53 should suppress errors. Also maybe try the environment variable COLUMNS and stty as well.
tput
COLUMNS
stty
See wp-cli/wp-cli#4246
The
tputexec at https://github.com/wp-cli/php-cli-tools/blob/master/lib/cli/Shell.php#L53 should suppress errors. Also maybe try the environment variableCOLUMNSandsttyas well.