Go to the source code of this file.
Namespaces | |
| xorn.command | |
Infrastructure for xorn command-line scripts. | |
Functions | |
| def | xorn.command.argv0 |
Return the value of argv[0]. More... | |
| def | xorn.command.invalid_arguments |
Print an argument error message to sys.stdout and exit. More... | |
| def | xorn.command.core_version |
| Print core version. More... | |
Variables | |
| xorn.command.bugreport = xorn.config.PACKAGE_BUGREPORT | |
| Email address to which users should send bug reports. More... | |
| tuple | xorn.command.program_name = argv0() |
| Name that was used to invoke the script. More... | |
| tuple | xorn.command.program_short_name = os.path.basename(argv0()) |
| Basename component of the name that was used to invoke the script. More... | |
| list | xorn.command.args = sys.argv[1:] |
| List of command arguments. More... | |
1.8.8