ipatool
ipatool copied to clipboard
Expose cobra command functions
Description
Thanks for the great tool! I'm using it as a library to expose Info.plist data at https://ios-app-data.tplant.com.au, but had to reimplement a fair bit of cmd because the cobra.Command functions are inline. Could these be decoupled so I could call them from a non-cobra environment?
Can you elaborate on what part of the cmd package are you interested in exposing?
Login, search, and download, particularly download since that has the most logic