We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd849d commit 260eafbCopy full SHA for 260eafb
2 files changed
internal/command/command.go
@@ -25,8 +25,7 @@ import (
25
"io/ioutil"
26
"net/http"
27
"strings"
28
-
29
- "github.com/spf13/afero"
+ "time"
30
31
"github.com/onflow/flow-cli/build"
32
"github.com/onflow/flow-cli/pkg/flowkit"
@@ -38,6 +37,7 @@ import (
38
37
39
"github.com/getsentry/sentry-go"
40
"github.com/spf13/afero"
+
41
"github.com/spf13/cobra"
42
)
43
pkg/flowkit/output/prompt.go
@@ -159,7 +159,7 @@ func namePrompt() string {
159
160
func secureNetworkKeyPrompt() string {
161
networkKeyPrompt := promptui.Prompt{
162
- Label: "Enter host network key",
+ Label: "Enter a valid host network key or leave blank",
163
Validate: func(s string) error {
164
if s == "" {
165
return nil
0 commit comments