forked from AkkomaGang/akkoma
Sort output by group
Not the best sorting, but better than nothing.
This commit is contained in:
parent
2e87378051
commit
a51da3c1d8
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ def run(["dump"]) do
|
|||
|
||||
ConfigDB
|
||||
|> Repo.all()
|
||||
|> Enum.sort()
|
||||
|> Enum.each(&dump(&1))
|
||||
else
|
||||
_ -> configdb_not_enabled()
|
||||
|
|
Loading…
Reference in a new issue