def run()

in src/setup.py [0:0]


    def run(self):
        if self.title:
            print self.title
        if self.options:
            for index, option in enumerate(self.options, start=1):
                print "  {}. {}".format(index, option)
        return self._get_answer()