Module: HexaPDF::CLI::Command::Extensions

Included in:
HexaPDF::CLI::Command
Defined in:
lib/hexapdf/cli/command.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#help_bannerObject

:nodoc:



51
52
53
54
55
# File 'lib/hexapdf/cli/command.rb', line 51

def help_banner #:nodoc:
  "hexapdf #{HexaPDF::VERSION} - Versatile PDF Manipulation Tool\n" \
    "Copyright (c) 2014-2017 Thomas Leitner; licensed under the AGPLv3\n\n" \
    "#{format(usage, indent: 7)}\n\n"
end