aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-26 07:38:56 +0900
committerOphestra <cat@gensokyo.uk>2026-01-26 07:38:56 +0900
commit0bd6a18326024a1056a8d9c95017a407e0822f8b (patch)
tree2e7c92349f9d1da377f94c211942bc09002ea784 /cmd
parent67d592c3374808bb06796af74636f01b094053dd (diff)
internal/rosa: acl artifact
Required by hakurei. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 04082eb6..944fd75b 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -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":