lib/gli/commands/doc.rb in gli-2.5.4 vs lib/gli/commands/doc.rb in gli-2.5.5
- old
+ new
@@ -101,10 +101,10 @@
def flag(name,aliases,desc,long_desc,default_value,arg_name,must_match,type)
abstract!
end
# Gives you a switch in the current context
- def switch(name,aliases,desc,long_desc,negetable)
+ def switch(name,aliases,desc,long_desc,negatable)
abstract!
end
# Gives you the name of the current command in the current context
def default_command(name)