add service rm CLI command

This commit is contained in:
Pavel Sviderski
2024-12-05 17:32:30 +10:00
parent 1fb8a3d7a0
commit f85b5dd01d
7 changed files with 60 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ func NewRootCommand() *cobra.Command {
}
cmd.AddCommand(
NewListCommand(),
NewRmCommand(),
NewRunCommand(),
)
return cmd