namely / docker-protoc

Docker images for generating protocol buffer definitions
BSD 3-Clause "New" or "Revised" License
707 stars 225 forks source link

Remove xargs warning for Python generation #381

Closed maxjakob closed 9 months ago

maxjakob commented 10 months ago

There is a warning when running with -l python:

$ docker run -v $PWD:/defs namely/protoc-all:1.51_2 -l python -d /defs
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value

Hence we can remove the --max-args a.k.a. -n option.

maxjakob commented 10 months ago

Hey @abe545, I think we can remove a warning message here. Let me know if you have any questions!