Re: [Flent-users] [tohojo/flent] Use = with all long form flags with values. (#125)

2017-12-12 Thread Pete Heist
Cool, hope that works... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/125#issuecomment-351200608___ Flent-users mailing list

Re: [Flent-users] [tohojo/flent] Use = with all long form flags with values. (#125)

2017-12-12 Thread Toke Høiland-Jørgensen
Ah right, forgot about that. Only comment on this is that the single-element extend calls should be changed to append without the wrapping in a list. Also, please add a signed-off-by line to the commit message :) -- You are receiving this because you are subscribed to this thread. Reply to

[Flent-users] [tohojo/flent] Use = with all long form flags with values. (#125)

2017-12-12 Thread Pete Heist
For some reason, the Go pflag packages (both of them) require long form flags with values to have equals signs. This works for me, but I'm not sure of and didn't test the local_bind stuff in particular, so by all means fix or replace any of it if there's a better way. :) You can view, comment