[fix] bugfixes from testing
- sqlite wrapper func context bug
This commit is contained in:
@@ -28,7 +28,7 @@ var viewCmd = &cobra.Command{
|
||||
fmt.Printf("Address: %s\n", s.Server)
|
||||
fmt.Printf("Port: %d\n", s.Port)
|
||||
fmt.Println("Password: [REDACTED]")
|
||||
fmt.Printf("Default: %t\n", s.Default)
|
||||
fmt.Printf("Default: %t\n", s.Active)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user