Skip to content

Prefer flag.Args() over os.Args

Ash McKenzie requested to merge ashmckenzie/prefer-flag-args into master

What does this MR do and why?

This MR updates workhorse/cmd/gitlab-zip-metadata/main.go to use flag.Args() instead of os.Args and was extracted from Draft: Allow zip metadata reader limit to be co... (!141451 - closed) and will help Allow default zip metadata reader limit to be c... (!141581 - merged).

It will assist subsequent MRs that need this change.

Edited by Ash McKenzie

Merge request reports