forked from AkkomaGang/akkoma
Add a newline at the end of pack in ls-packs
This commit is contained in:
parent
aef3a3ca46
commit
1e311d6662
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ def run(["ls-packs" | args]) do
|
||||||
for {param, value} <- to_print do
|
for {param, value} <- to_print do
|
||||||
IO.puts(IO.ANSI.format([:bright, param, :normal, ": ", value]))
|
IO.puts(IO.ANSI.format([:bright, param, :normal, ": ", value]))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# A newline
|
||||||
|
IO.puts("")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue