Exemplo n.º 1
0
Arquivo: cmdui.py Projeto: helit2/rext
 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")
Exemplo 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)"
     )
Exemplo n.º 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")
Exemplo n.º 4
0
Arquivo: cmdui.py Projeto: helit2/rext
 def help_load(self):
     print_help("load module")
     print_purple("Usage: load <path>")
Exemplo n.º 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)")
Exemplo n.º 6
0
 def help_load(self):
     print_help("load module")
     print_purple("Usage: load <path>")