mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-02 23:27:22 -04:00
Port to latest libmutton development version (use go-boilerplate)
This commit is contained in:
+2
-3
@@ -3,6 +3,7 @@ package cli
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/rwinkhart/go-boilerplate/front"
|
||||
"github.com/rwinkhart/libmutton/core"
|
||||
"golang.org/x/term"
|
||||
)
|
||||
@@ -19,7 +20,5 @@ const (
|
||||
)
|
||||
|
||||
func init() {
|
||||
core.GetPassphrase = func() []byte {
|
||||
return inputHidden("RCW Passphrase:")
|
||||
}
|
||||
core.GetPassphrase = front.InputHidden
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user