kanban.bash
kanban.bash copied to clipboard
Suppress tput warning for missing capabilities
Some Linux terminals like xterm, xterm-256 do not have the normal capability (e.g. see infocmp xterm).
This diff will suppress the stderr output on each kanban invocation.
Note: Depending on the terminal capabilities on other systems, tput init could be a more portable way to reset the terminal.