diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-05-03 03:04:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-03 03:04:49 -0500 |
| commit | ef7499aade74a148416b5fde7e8c03a75ea381c3 (patch) | |
| tree | 28b596b09fd5849392d963684e38303ed6ab9b0f /src/commandline.h | |
| parent | 2e393aa3cc9adba5a5e82ecc0006b11bf024d3e0 (diff) | |
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
Diffstat (limited to 'src/commandline.h')
| -rw-r--r-- | src/commandline.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
