The build system management script needs a way to identify individual
processes to make sure all configured processes are running.
This commit adds the --name parameter to watchbot, which is intended
to make the process identifiable as it shows up in the list output by
the --list parameter.
"Topic to publish notifications"
opt_add_arg "i" "interval" "v" 30 \
"Update check interval" "^[0-9]+$"
+ opt_add_arg "n" "name" "rv" "" \
+ "The name of this instance"
if ! opt_parse "$@"; then
return 1