add roles ls+sh

This commit is contained in:
2026-06-01 13:20:06 +02:00
parent 504db9835d
commit 0696095bb0
4 changed files with 314 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ func Main() int {
Repl(conf),
Version(conf),
Debug(conf),
Roles(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {