mirror of
https://github.com/thegeeklab/retry.git
synced 2024-11-21 13:10:39 +00:00
oops
This commit is contained in:
parent
4f631d0130
commit
9a214426fa
@ -55,7 +55,7 @@ class RetryIt
|
||||
def run(args)
|
||||
|
||||
if (args.size < 1 || ["-h", "-?", "--help"].include?(args[0]))
|
||||
load_options(args)
|
||||
load_options(["-?"])
|
||||
end
|
||||
|
||||
idx = args.find_index("-e")
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'retryit'
|
||||
s.version = '0.1.1'
|
||||
s.version = '0.1.2'
|
||||
s.summary = "retry any command line"
|
||||
s.description = "General purpose retry cli program for anything"
|
||||
s.authors = ["Neville Kadwa"]
|
||||
|
Loading…
Reference in New Issue
Block a user