add role diff (#26)

This commit is contained in:
T. von Dein
2026-06-03 08:47:54 +02:00
parent 0696095bb0
commit 18af1b6073
5 changed files with 425 additions and 7 deletions

View File

@@ -50,11 +50,7 @@ func RoleList(conf *cfg.Config) error {
}
table.Sort()
if err := table.Print(); err != nil {
return err
}
return nil
return table.Print()
}
func RoleShow(conf *cfg.Config, rolename string) error {