Module: HexaPDF::CLI::Command::Extensions
- Included in:
- HexaPDF::CLI::Command
- Defined in:
- lib/hexapdf/cli/command.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#help_banner ⇒ Object
:nodoc:.
Instance Method Details
#help_banner ⇒ Object
:nodoc:
48 49 50 51 52 |
# File 'lib/hexapdf/cli/command.rb', line 48 def #: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 |