mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 12:31:02 +01:00
started with serve command, yet incomplete
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user