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")
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)" )
def help_load(self): print_help("load module") print_purple("Usage: load <path>")
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)")