# File lib/hammer_cli_import/configfile.rb, line 104
      def clean_module(name)
        path = File.join(option_working_directory, name)
        debug "Removing #{path}"
        system("rm -rf #{path}")
      end