Hide the error output from column(1) unless --verbose is used
Fallout from 5e4e63a11b
This commit is contained in:
parent
4cf58d5b72
commit
6d2c1f7e95
1 changed files with 1 additions and 1 deletions
2
toolbox
2
toolbox
|
@ -434,7 +434,7 @@ list_images()
|
||||||
--filter "label=com.redhat.component=fedora-toolbox" \
|
--filter "label=com.redhat.component=fedora-toolbox" \
|
||||||
--format "{{.ID}} {{.Repository}}:{{.Tag}} {{.Created}}" 2>&42 \
|
--format "{{.ID}} {{.Repository}}:{{.Tag}} {{.Created}}" 2>&42 \
|
||||||
| sed "s/ \{2,\}/\t/g" 2>&42 \
|
| sed "s/ \{2,\}/\t/g" 2>&42 \
|
||||||
| column --separator $'\t' --table --table-columns "IMAGE ID,IMAGE NAME,CREATED")
|
| column --separator $'\t' --table --table-columns "IMAGE ID,IMAGE NAME,CREATED" 2>&42)
|
||||||
|
|
||||||
if [ "$output" != "" ]; then
|
if [ "$output" != "" ]; then
|
||||||
echo -e "${LBC}Images created by toolbox${NC}"
|
echo -e "${LBC}Images created by toolbox${NC}"
|
||||||
|
|
Loading…
Reference in a new issue