Module: HexaPDF::CLI::Command::Extensions
- Included in:
- HexaPDF::CLI::Command
- Defined in:
- lib/hexapdf/cli/command.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#help ⇒ Object
:nodoc:.
-
#help_banner ⇒ Object
:nodoc:.
Instance Method Details
#help ⇒ Object
:nodoc:
60 61 62 63 |
# File 'lib/hexapdf/cli/command.rb', line 60 def help #:nodoc: super << format("See https://hexapdf.gettalong.org/documentation/hexapdf.1.html " \ "for the full manual page with examples.", indent: 0) end |