lib/softcover/cli.rb in softcover-1.5.11 vs lib/softcover/cli.rb in softcover-1.6.0
- old
+ new
@@ -43,12 +43,9 @@
type: :boolean
method_option :nonstop, aliases: '-n',
desc: "Run PDF generator in nonstopmode",
type: :boolean
elsif format == 'mobi'
- method_option :kindlegen, aliases: '-k',
- desc: "Use KindleGen to build the MOBI",
- type: :boolean
method_option :amazon, aliases: '-a',
desc: "Build for Amazon KDP", type: :boolean
end
method_option :quiet, aliases: '-q',
desc: "Quiet output", type: :boolean