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