lib/geny/command.rb in geny-2.1.1 vs lib/geny/command.rb in geny-2.1.2

- old
+ new

@@ -4,9 +4,12 @@ module Geny class Command # The filename for a generator, relative to the root FILENAME = "generator.rb" + # Nested commands are joined with colon + SEPARATOR = ":" + # The directory where templates are stored, relative to the root TEMPLATES = "templates" # The name of the command # @return [String]