mirror of
https://github.com/kopia/kopia.git
synced 2026-01-17 02:48:00 -05:00
8 lines
193 B
Go
8 lines
193 B
Go
package cli
|
|
|
|
import "github.com/kopia/kopia/repo"
|
|
|
|
func init() {
|
|
app.Flag("use-keyring", "Use Gnome Keyring for storing repository password.").Default("false").BoolVar(&repo.KeyRingEnabled)
|
|
}
|