lib/tap/generator/generators/command/command_generator.rb in bahuvrihi-tap-0.10.8 vs lib/tap/generator/generators/command/command_generator.rb in bahuvrihi-tap-0.11.0

- old
+ new

@@ -1,8 +1,8 @@ module Tap::Generator::Generators - # Tap::Generator::Generators::CommandGenerator::generator a new tap command + # :startdoc: Tap::Generator::Generators::CommandGenerator::generator a new tap command # # Generates a new tap command under the cmd directory. The # new command can be run from the command line using: # # % tap <command> @@ -16,6 +16,6 @@ m.template app.filepath('cmd', "#{command_name}.rb"), source, :command_name => command_name end end end -end \ No newline at end of file +end