From 71278b098dcea1a5fb8520ab08b086cded0764fe Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 28 Jul 2019 16:39:21 +0200 Subject: trollop -> optimist --- cma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cma') diff --git a/cma b/cma index 9133a0d..e0fed61 100755 --- a/cma +++ b/cma @@ -1,8 +1,8 @@ #!/usr/bin/env ruby -require 'trollop' +require 'optimist' -conf = Trollop::options do +conf = Optimist::options do banner "cma < " opt :round, "Number of digits after decimal point.", :type => :int, :default => -1 end -- cgit v1.2.3