aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-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":