()
| 448 | |
| 449 | |
| 450 | def show_print_usage(): |
| 451 | c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX |
| 452 | c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX |
| 453 | cr = colorama.Style.RESET_ALL |
| 454 | sc = " " + c2 + "** " + c3 + "print" + c2 + " **" + cr |
| 455 | print(sc) |
| 456 | print("") |
| 457 | print(" Usage:") |
| 458 | print(" seleniumbase print [FILE] [OPTIONS]") |
| 459 | print(" OR: sbase print [FILE] [OPTIONS]") |
| 460 | print(" Options:") |
| 461 | print(" -n (Add line Numbers to the rows)") |
| 462 | print(" Output:") |
| 463 | print(" Prints the code/text of any file") |
| 464 | print(" with syntax-highlighting.") |
| 465 | print("") |
| 466 | |
| 467 | |
| 468 | def show_translate_usage(): |
no outgoing calls
no test coverage detected
searching dependent graphs…