pass --force and --volumes options to backend

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-06-25 13:46:34 +02:00
parent 0e67d3a35e
commit b5827d4a86
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E

View File

@ -71,5 +71,7 @@ func runRemove(ctx context.Context, backend api.Service, opts removeOptions, ser
return backend.Remove(ctx, project, api.RemoveOptions{
Services: services,
Force: opts.force,
Volumes: opts.volumes,
})
}