removed trending option from optionparser
This commit is contained in:
parent
b16649bdb5
commit
2713a9cc9c
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ if options[:s]
|
||||||
elsif options[:r] && options[:k]
|
elsif options[:r] && options[:k]
|
||||||
key = options[:k]
|
key = options[:k]
|
||||||
puts pb.raw_paste_data(key)
|
puts pb.raw_paste_data(key)
|
||||||
elsif options[:t]
|
|
||||||
puts pb.list_trending_pastes
|
|
||||||
elsif options[:g]
|
elsif options[:g]
|
||||||
r = pb.scrape_public_pastes(paste_max)
|
r = pb.scrape_public_pastes(paste_max)
|
||||||
puts pb.get_unique_paste_keys(r)
|
puts pb.get_unique_paste_keys(r)
|
||||||
|
|
Loading…
Add table
Reference in a new issue