Module: HexaPDF::CLI

Defined in:
lib/hexapdf/cli.rb,
lib/hexapdf/cli/info.rb,
lib/hexapdf/cli/modify.rb,
lib/hexapdf/cli/extract.rb,
lib/hexapdf/cli/inspect.rb

Overview

Contains the code for the hexapdf binary. The binary uses the cmdparse library (cmdparse.gettalong.org) for the command suite support.

Defined Under Namespace

Classes: Application, Extract, Info, Inspect, Modify

Class Method Summary collapse

Class Method Details

.run(args = ARGV) ⇒ Object

Runs the CLI application.



50
51
52
# File 'lib/hexapdf/cli.rb', line 50

def self.run(args = ARGV)
  Application.new.parse(args)
end