|
| std::string | description () override |
| std::string | doc () override |
| Strings | getDefaultFlakeAttrPaths () override |
| void | run (ref< Store > store, ref< Installable > installable) override |
| Public Member Functions inherited from nix::InstallableCommand |
| void | run (ref< Store > store) override |
| std::vector< FlakeRef > | getFlakeRefsForCompletion () override |
|
virtual bool | forceImpureByDefault () |
|
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 () |
| Public Member Functions inherited from nix::SourceExprCommand |
| ref< eval_cache::CachingEvaluator > | getEvaluator () override |
|
Installables | parseInstallables (EvalState &state, ref< Store > store, std::vector< std::string > ss) |
|
ref< Installable > | parseInstallable (EvalState &state, ref< Store > store, const std::string &installable) |
|
virtual Strings | getDefaultFlakeAttrPathPrefixes () |
| void | completeInstallable (EvalState &state, AddCompletions &completions, std::string_view prefix) |
| CompleterClosure | getCompleteInstallable () |
| Public Member Functions inherited from nix::EvalCommand |
|
ref< Store > | getEvalStore () |
| Public Member Functions inherited from nix::StoreCommand |
| void | run () override |
|
ref< Store > | getStore () |
|
virtual ref< Store > | createStore () |
| Public Member Functions inherited from nix::Command |
| virtual std::optional< ExperimentalFeature > | experimentalFeature () |
|
virtual Category | category () |
|
Bindings * | getAutoArgs (Evaluator &state) |
|
|
std::vector< std::string > | res |
|
std::vector< std::string > | excludeRes |
| MultiCommand * | parent = nullptr |
| Public Attributes inherited from nix::SourceExprCommand |
|
std::optional< Path > | file |
|
std::optional< std::string > | expr |
|
flake::LockFlags | lockFlags |
| Public Attributes inherited from nix::EvalCommand |
|
bool | startReplOnEvalErrors = false |
|
bool | ignoreExceptionsDuringTry = false |
|
SearchPath | searchPath |
|
std::optional< std::string > | evalStoreUrl |
|
RepairFlag | repair = NoRepair |
|
bool | json = false |
◆ description()
| std::string nix::CmdSearch::description |
( |
| ) |
|
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
◆ doc()
| std::string nix::CmdSearch::doc |
( |
| ) |
|
|
inlineoverridevirtual |
Return documentation about this command, in Markdown format.
Reimplemented from nix::Args.
◆ getDefaultFlakeAttrPaths()
| Strings nix::CmdSearch::getDefaultFlakeAttrPaths |
( |
| ) |
|
|
inlineoverridevirtual |
◆ run()
The documentation for this struct was generated from the following file: