|
| std::string | description () override |
| std::string | doc () override |
| Category | category () 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 | getDefaultFlakeAttrPaths () |
|
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 () |
|
Bindings * | getAutoArgs (Evaluator &state) |
◆ category()
| Category nix::CmdLog::category |
( |
| ) |
|
|
inlineoverridevirtual |
◆ description()
| std::string nix::CmdLog::description |
( |
| ) |
|
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
◆ doc()
| std::string nix::CmdLog::doc |
( |
| ) |
|
|
inlineoverridevirtual |
Return documentation about this command, in Markdown format.
Reimplemented from nix::Args.
◆ run()
The documentation for this struct was generated from the following file: