Пример #1
0
 def help_update(self):  # Recreate this with python formatter
     print_help("update REXT functionality")
     print_purple("Usage: update <argument>")
     print_purple("Available arguments:\n"
                  "\tno argument\n\t\tupdate REXT using git\n"
                  "\toui\n\t\tupdate MAC vendor database\n"
                  "\tforce\n\t\tdo git reset --hard and update\n")
Пример #2
0
 def help_end(self):
     print_help("Prints value of variable end_date")
     print_purple(
         "In this module both start and end date must be specified!")
     print_purple(
         "Password for date in end_date is not generated! (Not inclusive loop)"
     )
Пример #3
0
 def help_update(self):  # Recreate this with python formatter
     print_help("update REXT functionality")
     print_purple("Usage: update <argument>")
     print_purple("Available arguments:\n"
                  "\tno argument\n\t\tupdate REXT using git\n"
                  "\toui\n\t\tupdate MAC vendor database\n"
                  "\tforce\n\t\tdo git reset --hard and update\n")
Пример #4
0
 def help_load(self):
     print_help("load module")
     print_purple("Usage: load <path>")
Пример #5
0
 def help_end(self):
     print_help("Prints value of variable end_date")
     print_purple("In this module both start and end date must be specified!")
     print_purple("Password for date in end_date is not generated! (Not inclusive loop)")
Пример #6
0
 def help_load(self):
     print_help("load module")
     print_purple("Usage: load <path>")