internal/rosa: acl artifact

Required by hakurei.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-26 07:38:56 +09:00
parent 67d592c337
commit 0bd6a18326
3 changed files with 98 additions and 1 deletions

View File

@@ -148,6 +148,10 @@ func main() {
}
var p rosa.PArtifact
switch args[0] {
case "acl":
p = rosa.ACL
case "attr":
p = rosa.Attr
case "autoconf":
p = rosa.Autoconf
case "bash":