Remove arbitrary column limit on ignore-io

This commit is contained in:
Sam Bostock 2017-10-09 23:08:12 -04:00
parent 1f0a044677
commit cfcb4d92c6

View file

@ -16,8 +16,7 @@ print_in_alphabetical_order() {
}
print_in_table_format() {
table_width=5
echo "$gi_list" | xargs -n $table_width | column -t
echo "$gi_list" | column
}
search() {