updated pylib
57763b86
Hari Sekhon
committed
1 changed file
pylib
/pylib+1
/pylib
Add comment 68 # super().__init__()
Add comment 69 self._CLI__parser.usage = '{0} [options] TERM'.format(prog)
Add comment 70 self.timeout_default = 30
Add comment 71 Plus   self.quiet = False
Add comment 71 72
Add comment 72 73 def add_options(self):
Add comment 73 74 self.add_opt('-n', '--num', '--limit', default=50,