-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate plugin system with cli driver
* Created main() function in clidriver This gives room for the plugins to be loaded, rather than have CLIDriver know anything about the plugin loading process. As a result, I've updated aws and aws.cmd to use clidriver.main() instead of creating the CLIDriver instance themselves. * Load plugins from config file * Emit events in clidriver * Also removed the nargs=1 for non lists. This simplified the unpack arg, and it will make it easier for plugins to manipulate the args. * Add first_non_none_response function.
- Loading branch information
Showing
9 changed files
with
371 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.