Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
CmdRegistryRemove Struct Reference
Inheritance diagram for CmdRegistryRemove:
RegistryCommand nix::Command nix::Args nix::Args

Public Member Functions

std::string description () override
 
std::string doc () override
 
void run () override
 
- Public Member Functions inherited from RegistryCommand
std::shared_ptr< fetchers::RegistrygetRegistry ()
 
Path getRegistryPath ()
 
- Public Member Functions inherited from nix::Command
virtual std::optional< ExperimentalFeatureexperimentalFeature ()
 
virtual Category category ()
 

Public Attributes

std::string url
 

Additional Inherited Members

- Public Types inherited from nix::Command
using Category = int
 
- Static Public Attributes inherited from nix::Command
static constexpr Category catDefault = 0
 

Member Function Documentation

◆ description()

std::string CmdRegistryRemove::description ( )
inlineoverridevirtual

Return a short one-line description of the command.

Reimplemented from nix::Args.

◆ doc()

std::string CmdRegistryRemove::doc ( )
inlineoverridevirtual

Return documentation about this command, in Markdown format.

Reimplemented from nix::Args.

◆ run()

void CmdRegistryRemove::run ( )
inlineoverridevirtual

Entry point to the command

Implements nix::Command.


The documentation for this struct was generated from the following file: