Merge pull request #1846 from ndeloof/rm_force

This commit is contained in:
Nicolas De loof 2021-06-25 15:27:11 +02:00 committed by GitHub
commit f63ded4a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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,
})
}