Skip to content

Commit

Permalink
list.sh: support column output
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 2, 2024
1 parent fafa618 commit 9072a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ homebrew-list() {
if [[ -t 1 ]]
then
tty=1
ls_args+=("-C")
source "${HOMEBREW_LIBRARY}/Homebrew/utils/helpers.sh"
fi

Expand Down

0 comments on commit 9072a02

Please sign in to comment.