|
| std::optional< ExperimentalFeature > | experimentalFeature () override |
| std::string | description () override |
| Category | category () override |
| void | run (ref< Store > store) override |
|
bool | checkNixInPath () |
|
bool | checkProfileRoots (ref< Store > store) |
|
bool | checkStoreProtocol (unsigned int storeProto) |
|
void | checkTrustedUser (ref< Store > store) |
| Public Member Functions inherited from nix::StoreCommand |
| void | run () override |
|
ref< Store > | getStore () |
|
virtual ref< Store > | createStore () |
|
virtual bool | forceImpureByDefault () |
| virtual std::string | doc () |
|
virtual AsyncIoRoot & | aio ()=0 |
|
void | addFlag (Flag &&flag) |
|
void | removeFlag (const std::string &longName) |
|
void | expectArgs (ExpectedArg &&arg) |
| void | expectArg (const std::string &label, std::string *dest, bool optional=false) |
| void | expectArgs (const std::string &label, std::vector< std::string > *dest) |
|
virtual JSON | toJSON () |
| RootArgs & | getRoot () |
|
|
bool | success = true |
| MultiCommand * | parent = nullptr |
◆ category()
| Category nix::CmdDoctor::category |
( |
| ) |
|
|
inlineoverridevirtual |
◆ description()
| std::string nix::CmdDoctor::description |
( |
| ) |
|
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
◆ experimentalFeature()
This command is stable before the others
Reimplemented from nix::Command.
◆ run()
| void nix::CmdDoctor::run |
( |
ref< Store > | | ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: