Commit 967ad6af authored by Cristian Maglie's avatar Cristian Maglie

Removed unused function

parent 59c851ed
......@@ -57,7 +57,6 @@ func runInitCommand(cmd *cobra.Command, args []string) {
formatter.PrintErrorMessage("The interactive mode is supported only in text mode.")
os.Exit(commands.ErrBadCall)
}
configsFromQuestions()
}
filepath := initFlags.location
......@@ -72,11 +71,3 @@ func runInitCommand(cmd *cobra.Command, args []string) {
formatter.PrintResult("Config file PATH: " + filepath)
logrus.Info("Done")
}
// FIXME: is this any useful?
// ConfigsFromQuestions asks some questions to the user to properly initialize configs.
// It does not have much sense to use it in JSON formatting, though.
func configsFromQuestions() {
//logrus.Info("Asking questions to the user to populate configuration")
// Set of questions here.
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment