shuttle
shuttle copied to clipboard
feat(extensions): add execute command
This adds Extensions to the global cmd.go resulting in another section showing up when doing a shuttle --help
To execute an extension simply shuttle myExtension where myExtension is the name of the downloaded extension. All args are passed to the child as well
Builds on: #224