-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend Plugin-System for CLI Plugins #421
Conversation
@@ -3,10 +3,12 @@ | |||
# author: Christoph Hartmann | |||
|
|||
require 'forwardable' | |||
|
|||
puts 'plugins' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a left-over, I suppose :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @srenatus , missed that!
98f197b
to
cc4701b
Compare
cc4701b
to
3d7ee9d
Compare
params[:usage], | ||
params[:description], | ||
params[:options], | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!! :D
Extend Plugin-System for CLI Plugins
No description provided.