diff options
| author | Stefan Boberg <[email protected]> | 2025-10-10 16:22:41 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-10 16:22:41 +0200 |
| commit | b7e2506638f482f11b24873676ec2ede92f2ed3a (patch) | |
| tree | 39dd37a4cb7a32f8f791d4baa84cf8a8779ed323 /src/zen/cmds/master_cmd.h | |
| parent | limit cores in temp test code (diff) | |
| download | archived-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.h | 2 |
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; |