lib/signore/cli.rb in signore-0.2.4 vs lib/signore/cli.rb in signore-0.3.0

- old
+ new

@@ -13,10 +13,9 @@ @settings = Settings.new(args) @db = db end def run(input: $stdin) - trap(:INT) { exit } case action when 'prego' then puts retrieve_sig when 'pronto' then puts create_sig_from(input) else abort 'usage: signore prego|pronto [tag, …]' end