X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FExecutor.hh;h=ba4cdcec02de738128400f682b0b8565a8f81b05;hb=1d95912e59f822e19e4972727fa2fa6db6b2bf63;hp=2fc9c06ee911789f0ca0674c40ddea1c0578df92;hpb=7108fb56be5e093ca088b583712d08f9dafc0790;p=senf.git diff --git a/Utils/Console/Executor.hh b/Utils/Console/Executor.hh index 2fc9c06..ba4cdce 100644 --- a/Utils/Console/Executor.hh +++ b/Utils/Console/Executor.hh @@ -92,7 +92,9 @@ namespace console { ///< Execute command /**< Output will be written to \a output. Same as execute(). */ + GenericNode & getNode(ParseCommandInfo const & command); DirectoryNode & cwd() const; ///< Current working directory + void cwd(DirectoryNode & dir); ///< Change current directory std::string cwdPath() const; ///< Return pathname of current directory bool skipping() const; ///< \c true, if currently skipping a directory group