You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class MyCommand < Climate::Command
...
arg :max_items, "Maximum number of items", :default => 50
arg :min_items, "Minimum number of items", :type => :int
end
with the same semantics as trollop has for option handling
The text was updated successfully, but these errors were encountered:
you should be able to do stuff like:
with the same semantics as trollop has for option handling
The text was updated successfully, but these errors were encountered: