You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ofcmd
because thecobra.Command
functions are inline. Could these be decoupled so I could call them from a non-cobra environment?The text was updated successfully, but these errors were encountered: