diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:44:03 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:44:03 -0700 |
commit | c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5 (patch) | |
tree | b2317e82ad6ddc071b70f4509e695546e74f4269 /src/daemon/command_server.h | |
parent | Merge pull request #6603 (diff) | |
parent | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (diff) | |
download | monero-c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5.tar.xz |
Merge pull request #6614
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
Diffstat (limited to 'src/daemon/command_server.h')
-rw-r--r-- | src/daemon/command_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_server.h b/src/daemon/command_server.h index 946d55b8c..df7198d04 100644 --- a/src/daemon/command_server.h +++ b/src/daemon/command_server.h @@ -73,6 +73,7 @@ public: private: bool help(const std::vector<std::string>& args); + bool apropos(const std::vector<std::string>& args); std::string get_commands_str(); std::string get_command_usage(const std::vector<std::string> &args); |