AbGuthrie / goquery

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

Help Command #65

Closed obelisk closed 5 years ago

obelisk commented 5 years ago

Implements a simple new help command that lists all the commands available in goquery. It's also useful to test printing methods without having to connect to a host.

This also shows how easy it is to implement new commands with help string in the new system.

Closes #64