explanation of the options --------------------------------------------—
Definition at line 27 of file pyroot.py.
28 print (
"""Accepted command line options:
29 -b, --batch ... batch mode
30 -i, --interactive ... interactive mode [default]
31 --no-display prompt, but no graphics display
32 -c, --command ... one-liner, runs before any scripts
33 -h, --help ... print this help message
34 -,-- [arg1,...] ... additional arguments passed directly
35 to user scripts (left untouched)
36 [<file1>.py [<file2>.py [...]]] ... scripts to run""")