-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(plugin): expand scope of ExecuteOperations trait
The Trait ExecuteOptions requires a specific type from the this repo to work. This poses as a limitation for repos which use this codebase as a git module. This change adheres to the patterns where a clap::Parser struct instance is passed to the function, while removing dependency on the exact type of clap::Parser. Also, adds an output argument to support the existing users of this trait who depend on the CliArgs.output member from the cli_args arg. Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
3 changed files
with
91 additions
and
61 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