We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbc595 commit 23ec4c1Copy full SHA for 23ec4c1
lib/bots/commands_server/commands/meta/command.rb
@@ -0,0 +1,17 @@
1
+module Nutella
2
+
3
+ # Nutella command
4
+ class Command
5
6
+ class << self;
7
+ attr_accessor :description
8
+ end
9
10
+ # Commands overload this method to execute
11
+ def run( args=nil )
12
+ console.error 'Running the generic command!!! WAT? https://www.destroyallsoftware.com/talks/wat'
13
14
15
16
17
+end
lib/cli/commands/meta/run_command.rb renamed to lib/bots/commands_server/commands/meta/run_command.rb
lib/cli/commands/meta/template_command.rb renamed to lib/bots/commands_server/commands/meta/template_command.rb
0 commit comments