module HexaPDF::CLI::Command::Extensions

def help #:nodoc:

:nodoc:
def help #:nodoc:
  super << format("See https://hexapdf.gettalong.org/documentation/hexapdf.1.html " \
                  "for the full manual page with examples.", indent: 0)
end

def help_banner #:nodoc:

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