File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ func runInitCommand(cmd *cobra.Command, args []string) {
57
57
formatter .PrintErrorMessage ("The interactive mode is supported only in text mode." )
58
58
os .Exit (commands .ErrBadCall )
59
59
}
60
- configsFromQuestions ()
61
60
}
62
61
63
62
filepath := initFlags .location
@@ -72,11 +71,3 @@ func runInitCommand(cmd *cobra.Command, args []string) {
72
71
formatter .PrintResult ("Config file PATH: " + filepath )
73
72
logrus .Info ("Done" )
74
73
}
75
-
76
- // FIXME: is this any useful?
77
- // ConfigsFromQuestions asks some questions to the user to properly initialize configs.
78
- // It does not have much sense to use it in JSON formatting, though.
79
- func configsFromQuestions () {
80
- //logrus.Info("Asking questions to the user to populate configuration")
81
- // Set of questions here.
82
- }
You can’t perform that action at this time.
0 commit comments