From ef7499aade74a148416b5fde7e8c03a75ea381c3 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 3 May 2026 03:04:49 -0500 Subject: Extended MODL / direct download handling (#2384) * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations --- src/commandline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commandline.h') diff --git a/src/commandline.h b/src/commandline.h index 3d782105..c67a0716 100644 --- a/src/commandline.h +++ b/src/commandline.h @@ -212,6 +212,7 @@ class DownloadFileCommand : public Command protected: Meta meta() const override; + po::options_description getVisibleOptions() const override; po::options_description getInternalOptions() const override; po::positional_options_description getPositional() const override; -- cgit v1.3.1