diff --git a/cmd/config.go b/cmd/config.go index bd26e7c..1de4015 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -14,6 +14,9 @@ var configCmd = &cobra.Command{ Short: "Create a new default config file", Run: func(cmd *cobra.Command, args []string) { // create a new config at all args (paths) + // + // TODO: change this to only take a single arg since more + // than one arg is *maybe* a mistake for _, path := range args { // check and make sure something doesn't exist first if exists, err := util.PathExists(path); exists || err != nil {