mirror of
https://github.com/kopia/kopia.git
synced 2026-02-01 18:23:36 -05:00
8 lines
216 B
Go
8 lines
216 B
Go
package cli
|
|
|
|
import "github.com/kopia/kopia/repo"
|
|
|
|
func init() {
|
|
app.Flag("use-credential-manager", "Use Windows Credential Manager for storing repository password.").Default("true").BoolVar(&repo.KeyRingEnabled)
|
|
}
|