plom-client
Run the Plom client. No arguments = run as normal.
usage: plom-client [-h] [--version] [-s SERVER[:PORT]] [-i | -m [MARKER]]
[user] [password]
Positional Arguments
- user
Also checks the environment variable PLOM_USER.
- password
Also checks the environment variable PLOM_PASSWORD.
Named Arguments
- --version
show program’s version number and exit
- -s, --server
Which server to contact, port defaults to 41984. Also checks the environment variable PLOM_SERVER if omitted.
- -i, --identifier
Run the identifier
Default: False
- -m, --marker
Run the marker. Pass either -m n:k (to run on pagegroup n, version k) or -m (to run on whatever was used last time).