Exemple #1
0
 def show_all(self):
     cmodules.showModuleData(options.Author, options.Name, options.Call,
                             options.Category, options.Type,
                             options.Version, options.Description,
                             options.License, options.Datecreation,
                             options.Lastmodified)
     self.show_commands()
     self.show_opt()
Exemple #2
0
    def show_all(self):
        """Show all options.

        Sending main options to the core module modules.py for parsing.
        """
        cmodules.showModuleData(Options.Author, Options.Name, Options.Call,
                                Options.Category, Options.Type,
                                Options.Version, Options.Description,
                                Options.License, Options.Datecreation,
                                Options.Lastmodified)