lib/command_kit/options/verbose.rb in command_kit-0.3.0 vs lib/command_kit/options/verbose.rb in command_kit-0.4.0
- old
+ new
@@ -5,12 +5,12 @@
#
# Defines a `-v`,`--verbose` option.
#
# ## Examples
#
- # include Options::Verbose
+ # include CommandKit::Options::Verbose
#
- # def main(*argv)
+ # def run(*argv)
# # ...
# puts "verbose output" if verbose?
# # ...
# end
#