2021-12-28 11:58:19 -05:00
|
|
|
//
|
|
|
|
// This file is automatically generated by generate_auto_job.
|
|
|
|
// Edits will be automatically overwritten if the build is
|
|
|
|
// run in maintainer mode.
|
|
|
|
//
|
2022-02-26 09:17:00 -05:00
|
|
|
// clang-format off
|
|
|
|
//
|
2022-01-06 11:35:14 -05:00
|
|
|
static constexpr char const* O_PAGES = "pages";
|
|
|
|
static constexpr char const* O_ENCRYPTION = "encryption";
|
|
|
|
static constexpr char const* O_40_BIT_ENCRYPTION = "40-bit encryption";
|
|
|
|
static constexpr char const* O_128_BIT_ENCRYPTION = "128-bit encryption";
|
|
|
|
static constexpr char const* O_256_BIT_ENCRYPTION = "256-bit encryption";
|
|
|
|
static constexpr char const* O_UNDERLAY_OVERLAY = "underlay/overlay";
|
|
|
|
static constexpr char const* O_ATTACHMENT = "attachment";
|
|
|
|
static constexpr char const* O_COPY_ATTACHMENT = "copy attachment";
|
2024-01-05 12:17:04 -05:00
|
|
|
static constexpr char const* O_SET_PAGE_LABELS = "set page labels";
|
2022-01-06 13:23:15 -05:00
|
|
|
|
|
|
|
void argVersion();
|
|
|
|
void argCopyright();
|
|
|
|
void argShowCrypto();
|
2022-01-22 16:29:13 -05:00
|
|
|
void argJobJsonHelp();
|
2022-07-31 08:03:18 -04:00
|
|
|
void argJsonHelp(std::string const&);
|
2022-02-01 13:37:31 -05:00
|
|
|
void argPositional(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argAddAttachment();
|
|
|
|
void argCopyAttachmentsFrom();
|
2022-01-26 13:39:22 -05:00
|
|
|
void argEmpty();
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEncrypt();
|
|
|
|
void argOverlay();
|
|
|
|
void argPages();
|
2022-01-26 13:39:22 -05:00
|
|
|
void argReplaceInput();
|
2024-01-05 12:17:04 -05:00
|
|
|
void argSetPageLabels();
|
2022-01-06 13:23:15 -05:00
|
|
|
void argUnderlay();
|
2022-02-01 13:37:31 -05:00
|
|
|
void argPagesPositional(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEndPages();
|
2022-02-01 13:37:31 -05:00
|
|
|
void argEncPositional(std::string const&);
|
2023-12-22 16:27:56 -05:00
|
|
|
void argEncUserPassword(std::string const&);
|
|
|
|
void argEncOwnerPassword(std::string const&);
|
|
|
|
void argEncBits(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEndEncryption();
|
|
|
|
void argEnd40BitEncryption();
|
|
|
|
void argEnd128BitEncryption();
|
|
|
|
void argEnd256BitEncryption();
|
2022-02-01 13:37:31 -05:00
|
|
|
void argUOPositional(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEndUnderlayOverlay();
|
2022-02-01 13:37:31 -05:00
|
|
|
void argAttPositional(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEndAttachment();
|
2022-02-01 13:37:31 -05:00
|
|
|
void argCopyAttPositional(std::string const&);
|
2022-01-06 13:23:15 -05:00
|
|
|
void argEndCopyAttachment();
|
2024-01-05 12:17:04 -05:00
|
|
|
void argPageLabelsPositional(std::string const&);
|
|
|
|
void argEndSetPageLabels();
|