aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/master_cmd.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-10 16:22:41 +0200
committerStefan Boberg <[email protected]>2025-10-10 16:22:41 +0200
commitb7e2506638f482f11b24873676ec2ede92f2ed3a (patch)
tree39dd37a4cb7a32f8f791d4baa84cf8a8779ed323 /src/zen/cmds/master_cmd.h
parentlimit cores in temp test code (diff)
downloadarchived-zen-sb/zen-master.tar.xz
archived-zen-sb/zen-master.zip
temp stuffsb/zen-master
Diffstat (limited to 'src/zen/cmds/master_cmd.h')
-rw-r--r--src/zen/cmds/master_cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zen/cmds/master_cmd.h b/src/zen/cmds/master_cmd.h
index 78e433e2c..83e907eeb 100644
--- a/src/zen/cmds/master_cmd.h
+++ b/src/zen/cmds/master_cmd.h
@@ -31,6 +31,8 @@ public:
virtual void Run(MasterConfig& Config, int argc, char* argv[]) = 0;
+ inline const std::string_view Name() const { return m_CommandName; }
+
private:
std::string m_CommandName;
cxxopts::Options m_Options;