finishing sqlite changes
- finished default/active server logic - dev done - needs testing
This commit is contained in:
@@ -14,8 +14,7 @@ import (
|
||||
var deleteCmd = &cobra.Command{
|
||||
Use: "delete",
|
||||
Example: "mctl command delete <name>",
|
||||
// Short: "Deletes a server",
|
||||
// Long: `Deletes server configuration`,
|
||||
Short: "Deletes a command from the database",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
db, err := database.New()
|
||||
cobra.CheckErr(err)
|
||||
|
||||
Reference in New Issue
Block a user