|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <command.hh>
Public Types | |
| using | CommandMap |
Static Public Member Functions | |
| 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 Public Attributes | |
| static CommandMap * | commands = nullptr |
A helper class for registering Command commands globally.
| using nix::CommandRegistry::CommandMap |