AbGuthrie / goquery

Provide a shell like interface by utilizing osquery's distributed API
MIT License
80 stars 10 forks source link

Add ability to pass in external commands #117

Closed obelisk closed 4 years ago

obelisk commented 4 years ago

The goquery library can now handle external commands and will merge them with the command map before starting the command prompt. This allows users to easily add new functions into goquery if those functions might not make sense to upstream without having to fork the library.

obelisk commented 4 years ago

Done

AbGuthrie commented 4 years ago

Done

Great thanks ! Looks awesome.

Any idea where aws-sdk-go dependency came from? I guess one of the dependencies of dependent libraries...