summaryrefslogtreecommitdiff
path: root/conf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'conf/main.go')
-rw-r--r--conf/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/main.go b/conf/main.go
index f3a321e..dcd9737 100644
--- a/conf/main.go
+++ b/conf/main.go
@@ -47,6 +47,9 @@ func main() {
2: SchemaVersion(),
3: CreateUser(),
+ 4: DeleteUser(),
+ 5: UpdatePassword(),
+ 6: ListUsers(),
}
for val, cmd := range cmds {