|
| std::string | description () override |
| |
| std::string | doc () override |
| |
| Strings | getDefaultFlakeAttrPaths () override |
| |
| Strings | getDefaultFlakeAttrPathPrefixes () override |
| |
| void | run (ref< Store > store, ref< Installable > installable) override |
| |
| virtual void | run (ref< Store > store, ref< Installable > installable)=0 |
| |
| void | run (ref< Store > store) 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) |
| |
| 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) |
| |
◆ description()
| std::string nix::CmdRun::description |
( |
| ) |
|
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
◆ doc()
| std::string nix::CmdRun::doc |
( |
| ) |
|
|
inlineoverridevirtual |
Return documentation about this command, in Markdown format.
Reimplemented from nix::Args.
◆ getDefaultFlakeAttrPathPrefixes()
| Strings nix::CmdRun::getDefaultFlakeAttrPathPrefixes |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getDefaultFlakeAttrPaths()
| Strings nix::CmdRun::getDefaultFlakeAttrPaths |
( |
| ) |
|
|
inlineoverridevirtual |
◆ run() [1/3]
| void nix::InstallableCommand::run |
( |
ref< Store > | | ) |
|
|
overridevirtual |
◆ run() [2/3]
◆ run() [3/3]
The documentation for this struct was generated from the following file: