service.template: parse type always the last
As the cli does not support having options after the type:
toolforge webservice php8.2 --something start # this does not work
But only before it:
toolforge webservice --something php8.2 start # this works
Bug: T379903 Signed-off-by: David Caro dcaro@wikimedia.org