adding-help: commit enabled help
This commit is contained in:
@@ -14,6 +14,16 @@ module Feature
|
||||
@argv = argv
|
||||
end
|
||||
|
||||
def help
|
||||
"TBD"
|
||||
end
|
||||
|
||||
def usage
|
||||
puts
|
||||
puts "USAGE: #{help}"
|
||||
puts
|
||||
exit
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user