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.
--help
1 parent c98e2c6 commit 44ff7eaCopy full SHA for 44ff7ea
lib/lambda-functions
@@ -47,7 +47,7 @@ lambda-function-memory(){
47
[[ -z "$function_names" ]] && __bma_usage "function [function]" && return 1
48
49
local column_command
50
- if column --help | grep -- --table-right > /dev/null; then
+ if column --help 2>/dev/null | grep -- --table-right > /dev/null; then
51
column_command='column --table --table-right 2'
52
else
53
column_command='column -t'
0 commit comments