mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 10:04:18 +02:00
streamline table api (#101)
This commit is contained in:
@@ -35,7 +35,7 @@ func LicenseShow(conf *cfg.Config) error {
|
||||
|
||||
slog.Debug("license show", "license", res)
|
||||
|
||||
table := printer.NewTableEmpty(conf).WithHeaders("license setting", "value")
|
||||
table := printer.NewTable(conf).WithHeaders("license setting", "value")
|
||||
|
||||
lic := res.License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user