finishing sqlite changes
- finished default/active server logic - dev done - needs testing
This commit is contained in:
@@ -20,7 +20,7 @@ var addCmd = &cobra.Command{
|
||||
Use: "add",
|
||||
Example: "mctl server add",
|
||||
Short: "Saves a new server configuration",
|
||||
Long: `Saves server address, alias, port, and password.`,
|
||||
Long: `Saves server address, alias, port, and password to the database.`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
scanner := bufio.NewScanner(os.Stdin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user