#include <command.hh>
|
|
static void | add (std::vector< std::string > &&name, std::function< ref< Command >(AsyncIoRoot &aio)> command) |
| |
|
static nix::CommandMap | getCommandsFor (const std::vector< std::string > &prefix) |
| |
|
|
static CommandMap * | commands = nullptr |
| |
A helper class for registering Command commands globally.
◆ CommandMap
| using nix::CommandRegistry::CommandMap |
Initial value: std::map<
std::vector<std::string>,
std::function<ref<Command>(AsyncIoRoot & aio)>
>
The documentation for this struct was generated from the following files: