message for screen readers in the terminal

This commit is contained in:
Concedo
2026-05-27 12:17:01 +08:00
parent 9fbc0cd7dc
commit c6b32ce1f2
+2 -1
View File
@@ -10330,7 +10330,8 @@ def main(launch_args, default_args):
# show the GUI launcher if a model was not provided
if args.showgui or not has_valid_model():
#give them a chance to pick a file
print("For command line arguments, please refer to --help")
print("For command line arguments, please run --help in the terminal.")
print("The GUI mode is not accessible to screen readers.")
print("***")
try:
show_gui()