lib/ronin/cli/commands/new.rb in ronin-2.0.5 vs lib/ronin/cli/commands/new.rb in ronin-2.1.0.rc1

- old
+ new

@@ -21,11 +21,11 @@ module Ronin class CLI module Commands # - # Creates new projects or scripts. + # Creates new Ruby projects or scripts. # # ## Usage # # ronin new {project [options] DIR | script FILLE} # @@ -54,9 +54,11 @@ examples [ 'project foo', 'script foo.rb' ] + + description 'Creates a new Ruby project or a script' man_page 'ronin-new.1' end end