lib/retrospec/plugins/v1/plugin.rb in retrospec-0.3.1 vs lib/retrospec/plugins/v1/plugin.rb in retrospec-0.4.0
- old
+ new
@@ -37,12 +37,11 @@
end
end
# used to display subcommand options to the cli
# the global options are passed in for your usage
- def self.cli_options(global_opts)
- Trollop::options do
- end
+ def self.run_cli(global_opts, global_config, plugin_config)
+ raise NotImplemented
end
# the name of the plugin that will be sent to the cli
# the cli turns this into a subcommand where the user interacts with your plugin
def self.plugin_name
\ No newline at end of file