Skip to content

service.template: parse type always the last

David Caro requested to merge fix_service_template into main

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

Merge request reports

Loading