Ejemplo n.º 1
0
 def run(self, args):
     if hasattr(self, 'short_help'):
         short_help = self.short_help
     else:
         short_help = self.__doc__[5:].capitalize()
         pass
     Mcmdfns.run_show_int(self, short_help)
     return
Ejemplo n.º 2
0
 def run(self, args):
     if hasattr(self, 'short_help'):
         short_help = self.short_help
     else:
         short_help = self.__doc__[5:].capitalize()
         pass
     Mcmdfns.run_show_int(self, short_help)
     return
Ejemplo n.º 3
0
 def run(self, args):
     Mcmdfns.run_show_int(self, self.__doc__[5:].capitalize())
     return