summaryrefslogtreecommitdiff
path: root/src/commandline.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-18 04:06:18 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:01 -0500
commit75cc2ffead148ab2409cd1ef469613d2e9b80e17 (patch)
treebc72840b5fe4b6f8f38c04dfd00e8aebe468d26f /src/commandline.h
parentf121d92602772110b80ce8ee89fef82c475190d3 (diff)
removed unused `update` parameter
moved --multiple to CommandLine
Diffstat (limited to 'src/commandline.h')
-rw-r--r--src/commandline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commandline.h b/src/commandline.h
index b45a86c6..deeb9923 100644
--- a/src/commandline.h
+++ b/src/commandline.h
@@ -94,12 +94,16 @@ public:
std::optional<int> run(const std::wstring& line);
std::string usage(const Command* c=nullptr) const;
+ bool multiple() const;
+
private:
po::options_description m_visibleOptions, m_allOptions;
po::positional_options_description m_positional;
std::vector<std::unique_ptr<Command>> m_commands;
+ po::variables_map m_vm;
void createOptions();
+ std::string more() const;
};
} // namespace