MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / show_print_usage

Function show_print_usage

seleniumbase/console_scripts/run.py:450–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448
449
450def 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
468def show_translate_usage():

Callers 2

show_detailed_helpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…