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:
51 52 53 54 55 |
# File 'lib/hexapdf/cli/command.rb', line 51 def #:nodoc: "hexapdf #{HexaPDF::VERSION} - Versatile PDF Manipulation Tool\n" \ "Copyright (c) 2014-2021 Thomas Leitner; licensed under the AGPLv3\n\n" \ "#{format(usage, indent: 7)}\n\n" end |