adding-help: commit renamed help to usage
This commit is contained in:
18
lib/feature/help.rb
Normal file
18
lib/feature/help.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
require_relative './base'
|
||||
|
||||
module Feature
|
||||
|
||||
class Help < Feature::Base
|
||||
def valid?
|
||||
true
|
||||
end
|
||||
|
||||
def usage
|
||||
exit
|
||||
end
|
||||
|
||||
def execute
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user