Skip to content

Commit c0bb1c5

Browse files
committed
usage
1 parent 3492109 commit c0bb1c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/cli.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ def run
3838
end
3939

4040
def show_help
41-
puts 'usage: cli [controller_name]'
41+
puts 'usage: ./scripts/cli [controller_name][:parent_controller]'
4242
puts 'description:'
4343
puts ' generates the source and header file'
4444
puts ' for the controller'
45+
puts 'examples:'
46+
puts ' ./scripts/cli zombie_party:base_pvp'
47+
puts ' ./scripts/cli my_new_mode:insta_core'
4548
end
4649

4750
# Interactive menu to pick an item

0 commit comments

Comments
 (0)