We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3492109 commit c0bb1c5Copy full SHA for c0bb1c5
1 file changed
lib/cli.rb
@@ -38,10 +38,13 @@ def run
38
end
39
40
def show_help
41
- puts 'usage: cli [controller_name]'
+ puts 'usage: ./scripts/cli [controller_name][:parent_controller]'
42
puts 'description:'
43
puts ' generates the source and header file'
44
puts ' for the controller'
45
+ puts 'examples:'
46
+ puts ' ./scripts/cli zombie_party:base_pvp'
47
+ puts ' ./scripts/cli my_new_mode:insta_core'
48
49
50
# Interactive menu to pick an item
0 commit comments