started with serve command, yet incomplete

This commit is contained in:
2024-12-20 18:59:59 +01:00
committed by T.v.Dein
parent 37ca653461
commit 7bc30da609
8 changed files with 305 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ func Execute() {
rootCmd.AddCommand(Del(&conf))
rootCmd.AddCommand(Export(&conf))
rootCmd.AddCommand(Import(&conf))
rootCmd.AddCommand(Serve(&conf))
rootCmd.AddCommand(Man(&conf))
err = rootCmd.Execute()