add support for a standard config in ~/.config/esctl/config.yaml (#7)

This commit is contained in:
T. von Dein
2026-04-29 10:26:53 +02:00
parent 01853c3299
commit f89a09d1d2
3 changed files with 25 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ func List(conf *cfg.Config) error {
idx++
}
table.Sort()
table.PrintMarkdown()
return nil