go-macho
go-macho copied to clipboard
Optionally suppress output to stdout
When using this lib I'm seeing Unsupported code directory version Runtime, please notify author. Based on how the library is being integrated (in a TUI environment) this notice mangles other output. Would you consider adding an API flag to globally disable or redirect these notices to another location (say a buffer that the caller can control)?
... and awesome library, highest-of-fives 🙌 .
That's a good idea. I'll fix soon have you also tried my other tool https://github.com/blacktop/ipsw ?
I did! Right after finding this lib -- It's an awesome tool 🥇
sorry for the massive delay, I believe I turned the fmt.Printfs into return fmt.Errorfs so it shouldn't output the errors to stdout anymore, but I'll leave the issue open in case I missed one etc.
Thx again!
no delay felt on my end, thanks for the update 😎 ! (also, we recently open sourced anchore/quill which is using go-macho for the describe command... this lib saved us a lot of time and effort 🙌 )
Very cool!
Ya that's been on my todo list for a while and I started a while back here - https://github.com/blacktop/go-macho/blob/master/pkg/codesign/codesign.go#L269